-
AuthorPosts
-
August 20, 2014 at 4:33 pm #88730
I should be able to use either the customizer, or the CSS Classes in the Menu Options to change the text color for one of our menu items to #FF0000, right? If so, what’s the correct code?
Thanks!
August 20, 2014 at 4:54 pm #88748Hi Brad,
At first specify a CSS class for the menu item, then add the following CSS via Customizer:
.the-css-class > a { color: #FF0000 !important; }
Share your website URL here so if you’ve any issue we can help on this.
August 21, 2014 at 2:19 pm #89514http://storage-depot.com/self-storage-temple/
…or any of the other 20+ location pages. 🙂We just wanted ‘Bill Pay’ to appear with a different text color.
Should we be able to change the color here:
August 21, 2014 at 3:43 pm #89576Hey Brad,
If you just want to change the color of “Bill Pay” tab. You can use this CSS code
#menu-item-7 a{ color: red !important; }
Just change the red color to the color of your choice
August 22, 2014 at 11:18 am #90231thx!
August 22, 2014 at 11:28 am #90245Glad we were able to help have a nice day 🙂
September 12, 2015 at 10:16 am #386734hi there, i am sorry but i really dont understand where to click to get the myself in the right place to copy and past those codes
i dont find anywhere i can’t write the code. in the “customize” ? trough the menu (obviousy not) ? my problem is like everyone “changing colors of the menu fonts”.
it would be great to just get a normal color panel to chose that simply dont you guys think ?
thank you for your help
September 12, 2015 at 10:49 am #386762Hi @hankboomer,
You can add the custom CSS above under Appearance > Customize > Custom > CSS
Hope it helps.
-
AuthorPosts