Stephanie L
Posts: 0
Joined: Fri Aug 17, 2012 7:56 am

How to change the text color of a mobile list?

Hi,

I made my own theme. I can adjust the text color of most items. But I can't seem to change the text color of the mobile list and the mobile select menu by default in my theme.

I tried by dragging labels in my mobile list, that way I can change the text color, but then the hover won't work anymore.

So how can I adjust the colors?

Thanks in advance

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to change the text color of a mobile list?

Can you show exactly where you want to change the color? A screen shot would help.

John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

How to change the text color of a mobile list?

Here's a screenshot. List item text doesn't change color.

Image

John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

How to change the text color of a mobile list?

Also, the arrow icon on the right doesn't change color either. Thanks for the help!

Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to change the text color of a mobile list?

Hello! As for changing List item text try next steps:
1) Create Custom CSS
2) Enter
.ui-btn-up-f a.ui-link-inherit {
color: #FF0000;
}
.ui-btn-hover-f a.ui-link-inherit {
color: #FF0000;
}
.ui-btn-down-f a.ui-link-inherit {
color: #FF0000;
}
(where "f" in each line - Swatch letter)
Unfortunately, there is no way to change arrow icon color now, but we are working on it.

John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

How to change the text color of a mobile list?

Using the Winter theme, I created a custom Swatch. What should I replace the "f" with? Thx.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to change the text color of a mobile list?

It would be the next letter, 'g'. Sorry it's not clear.

John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

How to change the text color of a mobile list?

thanks guys!

Avinash Lt
Posts: 0
Joined: Mon Dec 24, 2012 11:57 am

How to change the text color of a mobile list?

i want to change the font style and font size for the same.
help please

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to change the text color of a mobile list?

Hello! Please clarify - do you want to change font style and font size for List item text or for arrow icon?

Return to “Issues”