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

    I wasn’t sure where to edit the search icon color in the backend. It disappears on the mobile version so people can’t see where to click.

    #305176

    Hi ccarberg!

    Thank you for using the theme.

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) {
    .responsive .av_mobile_menu_tablet .main_menu {
    display: block !important;
    position: absolute;
    }
    
    .responsive #header .main_menu ul {
    display: block;
    }
    
    .av-main-nav > li {
    	display: none;
    }
    
    .av-main-nav > #menu-item-search {
    	display: block;
    	right: 50px;
    }
    }

    Regards,
    Ismael

    #305181

    Hi Ismael!

    Thanks so much for your help thus far.

    I can’t tell what design element on the advanced design and header design controls the menu button. Right now its just the same color as the background, so It cant be seen. I added ur code but its still not changing.

    Also, I noticed that the menu is partially see through but when I scroll down the page, part of the menu loses its transparency.

    Any reason?

    #305570

    Hi!

    Thank you for the update.

    Can you please disable the cache plugin first while working on the site? I edited the Quick CSS field but I guess its not affecting the website because of the cache plugin. Also, if possible, please deactivate the css minify settings.

    Cheers!
    Ismael

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