Hi
I have a white logo on my site – which is fine on the desktop pages – however the logo is white on white on the mobile version
are you able to give me some custom CSS code to either
1. rate a custom colour background for the burger menu
or
2. use a different logo image for the burger menu
keyandclean.com.au
the site is at
also the flyout on the burger menu is grey out – I need it to be white – I can’t find a setting for that either (I have fixed this part) – please suggest CSS as per previous thread
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency {
background-color: #ddd;
}
}
Best regards,
Rikard
thank you Ricard – works perfectly !