Home Forums WoodMart support forum Highlight menu item

Highlight menu item

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #202509

    Toni Tarres
    Participant

    Hi!
    I want to highlight an item from my main menu.
    In the theme options, in the global custom CSS section I have added this code:

    .menu-highlight
    {
    background: #ffe600;
    border-radius: 5px;
    padding: 0px 0px;
    line-height: 50px;
    margin-right:10px;
    }

    In the corresponding menu item, I have added the css .menu-highlight class.
    So far everything is correct. The problem is that I want the menu item text to be black. If I add to my class:

    color: #000000;

    the font color always appear in white color. Can you help me! I need the font color in black only in this menu item. I try put !important, but the problem persist.

    Thanks

    #202593

    Hello,

    I have logged into your website and made the color black as you want. I have added the following Custom CSS in the Global Custom CSS area.

    .menu-highlight > a .nav-link-text {
    color: black;
    }

    Screenshot for Clarification: https://ibb.co/W3zDh4f

    Best Regards.

    #202777

    Toni Tarres
    Participant

    Thanks!!! You can close the ticket!

    #202833

    Most Welcome :-)

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Highlight menu item’ is closed to new replies.