Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1161936

    Hello,

    1)
    I use the fullwidth submenu. I want this to be in the same style as the main menu. In addition, the distance to the left should be the same as in the Main Menu. The following code doesn’t work. Can you help?

    /*Fullwidth Submenu same styling as main menu*/
    #top .av-subnav-menu .avia-menu-text > li > a {
    font-size: 16px;
    font-family: dn-pro-dn-pro-bold;
    font-weight: bold;
    color: #666666;
    }
    #top .av-subnav-menu > li > a:hover {
        color: #333333;
    }

    https://s19.directupload.net/images/191202/hixlhojk.png

    Many thanks in advance.

    • This topic was modified 4 years, 5 months ago by RisingStar.
    #1162724

    Solution:
    #top .av-submenu-container {
    font-size: 16px;
    font-family: dn-pro-dn-pro-bold;
    font-weight: bold;
    color: #333333;

    My only issue is the margin/padding left.

    #1162725

    Solution:
    #top .av-submenu-container .container {
    padding: 0 50px !important;
    }

    You can close the Thread!

    Best

    #1162994

    Hi,

    Awesome! Glad that you figured it out. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Fullwidth Submenu styling same as main menu’ is closed to new replies.