Fixed menu dropdown links, hover and font change

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

  • Avatar: eveprod
    eveprod
    Participant
    February 12, 2018 at 11:36

    I would like to change the primary font color, hover effect and active menu in the fixed menu dropdown block. It is not feasible via theme options. Please advise

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 12, 2018 at 13:48

    Hello,

    Please, ass this code in Theme Options > Styling > Custom css or in style.css file of child theme:

    .fixed-header .menu .item-design-dropdown .nav-sublist-dropdown li a {
        color: #1a1a1a !important;
    }
    .fixed-header .menu .item-design-dropdown .nav-sublist-dropdown ul > li > a:hover {
        color: #a60000 !important;
    }
    .fixed-header .menu .item-design-dropdown .nav-sublist-dropdown ul > li.current-menu-item > a{
        color: #a60000 !important;
    }

    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.