Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1088429

    Hello,

    I have a background color problem where the search icon appears in navigation on mobile devices. Some other CSS tweak I must have made has caused what should be a white background to render as transparent (I think). I haven’t been able to reverse engineer where this is happening and am hoping you may be able to offer a quick fix.

    Here’s an example: Color rendering problem

    Thanks in advance!

    Mike

    #1088990

    Hey Mike,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1089198

    Hi Rikard,

    If you view any page of our website on a mobile device, or a narrow browser window – click the hamburger menu for navigation and as it pops down you should notice the search icon immediately.

    iptor.com

    • This reply was modified 5 years, 7 months ago by Iptor.
    #1089851

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media screen and (max-width: 767px) {
    #top #menu-item-search {
        background-color: transparent;
    }
    }

    Best regards,
    Rikard

    #1090092

    Hi Rikard, that didn’t seem to work.

    #1090211

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few time over.
    Best regards,
    Jordan Shannon

    #1090998

    Hi Jordan,

    I’ve moved the code to the top of the quick CSS box, cleared the browser cache and flushed DNS a few times but the problem is still lingering.

    #1091627

    Hi Mike K,

    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-burger-overlay-active #top #wrap_all #header #menu-item-search a {
      background-color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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