Can you explain a little more concretely what you want to achieve?
I want to display the price as a floating item like a button instead of the total price display prepared on the screen. Do you want to realize such a function?
total price with cart icon, in the bottom right corner
i can create cart PNG icon…
you are a magician!!!
what is the css?
The image I just uploaded is a dummy created with a DTP application.
★ The required CSS is not so easy.
★ If I have time to spare, I may be able to do it.
★ Please wait for about a week.
You can improve it by the following work.
★ Delete the title of the inline list.
★ Add new rich text and copy and paste the code below.
★ Adjust the font size, color, and top and bottom margins.
★ Place rich text just above the inline list.
<div class="title">
Liberty New York<div>
<style>
.title {
color: green;
font-size: 1.2rem;
font-weight: bold;
margin: 0rem 0rem 0.2rem 0rem !important;
}
★ Please give it a try.
I see…
Then please try this.
<pre><span><style>
[data-test="list-item-title"] {
color: red !important;
font-size: 1.2rem !important;
font-weight: bold !important;
margin: 0rem 0rem 0.2rem 0rem !important;
}
Oops, if you look closely, this also seems different.
Please wait for a while.
I tried a little.
Specifying the text color for the group title worked on Mac and iPhone.
It didn’t work on Android devices.
Is your phone an android?
In any case, you should ask the masters.
okidoki… thank you. yes, i have galaxy note
Very inventive!




