Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #609270

    I am trying to increase the font size of a full width submenu content element. I added this to my custom CSS, but it does not work.

    #top .av-subnav-menu > li > a {
    font-size: 48px;
    }

    I am also trying to place the logo on the left side of the full-width submenu, but there is no option to add an image. Is this possible and make the image sticky with the menu?

    #609376

    Hi Hello!

    To increase the secondary menu font size please use the below CSS in Enfold > General Styling > Quick CSS

    #header_meta .sub_menu>ul>li>a{
        font-size: 20px;
    }

    To add a logo in secondary header it takes too much time and customisation we recommend you hire a freelancer.

    Best regards,
    Vinay

    • This reply was modified 8 years ago by Vinay.
    #609455

    Hi Vinnie

    I added the CSS but it does not increase the size of the full-width submenu text.

    • This reply was modified 8 years ago by Hello.
    #609564

    Hi!

    Please try using following code

    .av-submenu-container a {
        font-size: 20px;
    }

    Regards,
    Yigit

    #609790

    Hi

    Neither of these codes worked.

    #609842

    Hey!

    We have added the following code

    #top #wrap_all .av-main-nav ul > li > a{
        font-size: 20px!important;
    }

    Please refresh the browser cache and review the site..

    Regards,
    Vinay

    #609892

    OK. For the menu, is it possible to create conditional menu logic so that I can show/hide menu items on certain pages? Also hide the top bar on this page?

    #609898

    Hi
    So I was able to use conditional logic with the main menu for this specific page and solved the issue.

    The only open issue for me now is how to remove the top bar on this page.

    Thanks!

    #611026

    Hi,

    Sorry for the late reply. Not sure what you mean by your last reply, are you looking to hide the top bar on this page (private)? Looks like you managed to do it already?

    Thanks,
    Rikard

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