Page 1 of 2

How to change the text color of a mobile list?

Posted: Fri Aug 17, 2012 7:56 am
by Stephanie L

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


How to change the text color of a mobile list?

Posted: Fri Aug 17, 2012 10:48 pm
by maxkatz

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


How to change the text color of a mobile list?

Posted: Sat Sep 08, 2012 7:29 am
by John4930205

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

Image


How to change the text color of a mobile list?

Posted: Sat Sep 08, 2012 6:52 pm
by John4930205

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

Image


How to change the text color of a mobile list?

Posted: Mon Sep 10, 2012 11:08 am
by Maryna Brodina

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.


How to change the text color of a mobile list?

Posted: Tue Sep 11, 2012 1:39 am
by John4930205

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


How to change the text color of a mobile list?

Posted: Tue Sep 11, 2012 2:18 am
by maxkatz

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


How to change the text color of a mobile list?

Posted: Tue Sep 11, 2012 3:26 am
by John4930205

thanks guys!


How to change the text color of a mobile list?

Posted: Mon Dec 24, 2012 11:57 am
by Avinash Lt

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


How to change the text color of a mobile list?

Posted: Mon Dec 24, 2012 12:26 pm
by Maryna Brodina

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