I’m using the Enfold Restaurant theme and I need to make the background behind the logo and menu fully transparent. It’s hard to see on the regular site, but on an iPad, you can see that there is a lighter box around the menu and logo.
And is there a way to optimize the logo for iPad? It looks a bit blurry.
Thank you!
Hey Michael!
use this code in Quick CSS for a fully transparent background:
#top .av_header_glassy.av_header_transparency .header_bg {
opacity: 0;
}
The logo you have uploaded is made for printing (300 dpi). I think it would be better to upload one for screen sizes (72 dpi). However you can use this plugin for your logo on retina display: http://wordpress.org/plugins/wp-retina-2x/
Regards,
Andy