Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #88730

    Brad G
    Participant

    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!

    #88748

    Mrinal
    Member

    Hi 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.

    #89514

    Brad G
    Participant

    http://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:
    i like pina coladas, and getting caught in the rain.

    #89576

    Nabeel A
    Moderator

    Hey 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

    #90231

    Brad G
    Participant

    thx!

    #90245

    Cousett
    Member

    Glad we were able to help have a nice day 🙂

    #386734

    hankboomer
    Participant

    hi 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

    #386762

    Thai
    Moderator

    Hi @hankboomer,

    You can add the custom CSS above under Appearance > Customize > Custom > CSS

    Hope it helps.