[Resolved] Nav colours not as set in customiser

Home Forums Support [Resolved] Nav colours not as set in customiser

Home Forums Support Nav colours not as set in customiser

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2069405
    Ian

    Hi, I’v added the initial, hover and current colours to the nav via the customiser but the colours are not showing correctly. The initial colour is meant to be, #2bbdbc, hover and current, #15dfa0

    Not sure what is stopping the colours I’ve selected from showing in the top nav. Is it because it is a one page website so all links are showing current?

    #2069429
    Elvin
    Staff
    Customer Support

    Hi Ian,

    On Appearance > Customize > General, is the site using External CSS w/ Caching?

    If yes, can you try regenerating the cache and check again?

    You can also try Internal Embedding and see if it works to check and confirm if the External CSS is the issue.

    #2070472
    Ian

    I managed to get all the colours working except the hover colour.

    #2070623
    Ying
    Staff
    Customer Support

    Hi Ian,

    As all the menu items are actually HTML anchors on the same page, so all of them are using the current color and the current color will override the hover color.

    In your case, custom CSS is needed:

    .main-navigation .main-nav ul li[class*="current-menu-"]:hover > a {
        color: red;
    }
    #2070705
    Ian

    Thank you Ying ๐Ÿ™‚

    #2071803
    Ying
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.