Customize the prototype / tab bar of the E-Book app

Can you explain a little more concretely what you want to achieve?

i have a go to CART floating button, and i wanna display total $ in the cart under or on top cart icon

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…

↑ Is it like this?

3 Likes

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.

3 Likes


i have this code to change color of inline list titles

<pre><span><style>
div.sc-xGAYn.flTmrG {
color: green;
}

is working good on my laptop, but is not on cellphone…
any advice ?

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.

thank you, but it is not title… is group name in filter… sorry
i wanna make vendors names stand out… so they know, that they are ordering from different places…

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.

this one is changing items names, i need to change group names, when you use in App filter

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.

1 Like

okidoki… thank you. yes, i have galaxy note

1 Like

Very inventive!

2 Likes