Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2223139
menu item color
Closed

Comments

  • ranic started the conversation

    Hi!

    How can I have a different color for a single item/category of my main menu? Not for the active/viewing page.

  •  2,699
    PenciDesign replied

    Hi,

    Please show me your site URL and let me know what's menu item you want to have different color. I will help you with some custom css.


    Best Regards,

    PenciDesign

  •   ranic replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Please make this menu available on your menu item to I can help you.


    Best Regards,

    PenciDesign

  • ranic replied

    I did it. It will be available only for today

  •  2,699
    PenciDesign replied

    Hi,

    Ok, please do following steps:

    1/ Go to Appearance > Menus > and add "CSS Clasess" for that menu item is "pc-highlight" - check this guide to know how to add extra "CSS Clasess" for a menu item.

    2/ Add more this code to Customize > Custom CSS:

    #navigation ul.menu > li.pc-highlight a {
        background: #ff0000 !important;
        color: #ffffff !important;
    }
    

    Change color codes ff0000 and ffffff to any color code as you want.


    Best Regards,

    PenciDesign

  • ranic replied

    thank you!!