Hi all
2 websites
2 same theme
one of my site is all good, the other has a mobile menu problem : the fonts of the menu dont appear, it is all black and when you click randomly the links work so this is mainly a problem of fonts color in my opinion. I tried a CSS with color specs but it doesnt work.
any idea ?
Hey Hank,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan, here it is
Hi,
Add this to quick css:
#top #wrap_all #av-burger-menu-ul > li{
opacity:1!important;
}
Best regards,
Jordan Shannon
hi jordan thank you for your help, i missed your last message. mneawhile i imported new them and all is fine. my only problem now is that my header doesnt want to be transparent in mobile device. i tried most of the css i found in the forum but it doesnt work. any idea ?
Hi,
Add this to quick css:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all #header {
background: #4e7b66;
}
#top .av_header_with_border.av_header_transparency #header_main {
background: rgba(255,255,255,.1)!important;
}}
Best regards,
Jordan Shannon