Tagged: 

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

    I have searched the threads and can’t figure out how to change the background of the dropdown menu – mobile only. Please help. Thank you.
    My site is http://www.primalyourlocalbutcher.com/
    I am happy with the way the menus look on desktop. Mobile is the only problem.

    #857326

    Hey khickok,

    Please, can you send a screenshot about your issue?

    Best regards,
    John Torvik

    #857991

    Link to photo in Google Drive – https://photos.app.goo.gl/uNpE3EV97P29wqWv2

    #858087

    Hi,

    Add the following to quick css:

    @media only screen and (max-width: 767px)  {
    .av-burger-overlay{
    opacity:1!important;
    }
    }

    Best regards,
    Jordan Shannon

    #858155

    The code works! Thank you.
    One more small thing. The same thing happens on mobile when you press the search icon. Is there code I can add to fix that too?
    Thank you!

    #858169

    Hi,

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

    .avia-search-tooltip {
        opacity: 1!important;
    }
    

    That seems like a plugin conflict

    Best regards,
    Yigit

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