• Hello,

    I am looking to change the Primary(top) Menu color for homepage to black and keep all other pages menu color to White.

    I already tried using .page-id but it’s not working at all.

    Regards

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Please paste the following CSS in Appearance -> Customize -> Additional CSS:

    body:not(.home) .menu-item a {
        color: white;
    }
    
    body:not(.home) .menu-item a:hover {
        color: #dbb3337 !important;
    }
    
    body:not(.home) .current-menu-item > a {
        color: #dbb3337 !important;
    }

    I hope this will help you.

Viewing 1 replies (of 1 total)
  • The topic ‘change Menu color for specific page’ is closed to new replies.