Home Forums WoodMart support forum Highlight Nav Current & Hover Color

Highlight Nav Current & Hover Color

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

    Shadz
    Participant

    Hi, can I get some help with highlighting current page color and hover color in nav?
    I changed the header to header overlay but when I am on the page the nav text is not highlighted.
    The highlight and hover color should be #fcb414
    See reference images below

    Attachments:
    You must be logged in to view attached files.
    #315042

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav[class*="wd-style-"]>li.current-menu-item>a {
        color: #fcb414;
    }

    Best Regards

    #315137

    Shadz
    Participant

    Hi thanks for your response.
    It works! Thanks you!

    I would like the custom CSS for the hover color also please.
    Thanks again!

    #315285

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav[class*="wd-style-"]>li>a:hover {
        color: #fcb414;
    }

    Best Regards.

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