Main Navigation Accent theme & Colors change

This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler

  • Avatar: auntea
    auntea
    Participant
    October 16, 2017 at 08:31

    Hi there,

    could you provide me the css to change the following items :

    Main Nav active color to #657891
    Highlight selection to #B0C4DE

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 16, 2017 at 09:30

    Hello,

    Please add this code in Theme Options > Styling > Custom css:

    .header-color-dark .menu-wrapper .menu > li.current-menu-item > a:after {
        background-color: #657891;
    }
    .header-color-dark .menu-wrapper .menu > li.current-menu-item > a {
        color: #657891;
    }
    ::selection {
        background: #B0C4DE;
    }
    

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.