• Resolved ashley_c

    (@ashley_c)


    Hi,

    Is there a CSS code to change the color of the turquoise when you hover over the drop down menu?

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

Viewing 1 replies (of 1 total)
  • Hi, @ashley_c

    Yes, add the following code to Appearance -> Customize -> Additional CSS:

    @media (min-width: 64.0625em) {
    .navbar-nav ul {
        border-top: 2px solid #ad944e;
    }
    }
    
    .navbar-nav>li>ul:before {
        border-bottom: 8px solid #0bb4aa;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Get rid of turquoise on nav bar’ is closed to new replies.