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!
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
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