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.
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
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?