Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1143026

    Quick CSS doesn’t work for menu. Also after flushing my cache.

    /* menu font size */
    #header_main .avia-menu-text {
    font-size: 22px!important;
    }

    #1143162

    Hey sailing_cat,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
        font-size: 16px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1143168

    Strange: Doesn’t work for me. Even after flushing cache.

    #1143183

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #avia-menu li a .avia-menu-text {
        font-size: 22px !important; 
    }

    If this doesn’t help, please include an admin login in the private content area so we can check for a rouge bracket or comma in your css causing the error.

    Best regards,
    Mike

    #1143236

    OK. That works. Thank you.

    #1143302

    Hi sailing_cat,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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