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

    Hi,
    Love the theme. The mobile menu is not displaying and I can’t figure out what I’m doing wrong.
    Details in private content.
    Thanks!

    #1061860

    Hey connect4consulting,

    Thank you for contacting us.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    
    
    /* Burger menu links */
    
    #top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li a {
        color:#333;
    }
    
    
    

    Best regards,
    Vinay

    #1062828
    This reply has been marked as private.
    #1064209

    Hi connect4consulting,

    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

    
    @media only screen and (max-width:767px){
        .home #av_section_2 .entry-content-wrapper.clearfix {
            display: flex;
            flex-direction: column-reverse;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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