I have a gallery which consists of a few pngs (which contain transparency) but when the gallery shows up on my page the pngs have a white background.. how do i fix this?
this is the gallery… each word should have no background
You need to change the background setting for your navigation bar.Check in your Theme Options / Advanced settings
Or use firebug to “inspect element” and then change to transparent…However your menu will probably disappear because it is using a dark font on a dark background So you will have to change that color to something else.
Hi!
Go ahead and send us a link to your page so we can get an idea of which elements your using.
Regards,
Elliott
I actually managed to figure it out myself in the end. Thanks. Another query though. Is there a way to make an image only visible in mobile/repsonsive mode?
Hi!
You have to target the specific div and then change the element for responsive query.
Do you know how to work with media queries?
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Cheers!
Basilis