Adjustments Menu & Sticky Menu – 2

This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Robert Hall

  • Avatar: santiarango
    santiarango
    Participant
    October 12, 2016 at 16:37

    Hi! I`m sorry for opening a new topic, but we missed 2 final things in the former closed topic.

    1. Which is the CSS code to change the background color of sub-links/drop down menus of both static and sticky menu?

    2. How can we have small caps as we have it for main static menu at the sticky menu and sub-links drop down menus, we use the code down there provided by you guys, but we are trying to make the font small caps as in main static menu but its not working, is there any thing were doing wrong? Here is what we are trying:

    .fixed-header-area .menu > li > a {
    font-family: ‘Didact Gothic’;
    font-size: 16px;
    font-variant: small-caps;
    }
    .fixed-header-area .menu .nav-sublist-dropdown ul > li > a {
    font-family: ‘Didact Gothic’;
    font-size: 16px;
    font-variant: small-caps;
    }
    .menu > li a {
    font-family: ‘Didact Gothic’;
    font-size: 16px;
    font-variant: small-caps;
    }

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 12, 2016 at 16:59

    Hello,

    Please add the following code in Theme Options->Custom CSS->Global Custom CSS.
    1)

    .menu .nav-sublist-dropdown {
        background-color: red;
    }

    2)

    .menu > li > a, 
    .menu .nav-sublist-dropdown ul > li > a{
        text-transform: lowercase;
    }

    Regards,
    Robert Hall

  • 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.