Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to set background color to transparent in this situation ? Reply To: How to set background color to transparent in this situation ?

#147967
Minouch
Participant

It is true what you said, now some blocks get tranparent. But for some others it remain hard to guess. For example this block : < nav id=”navwrap” class=”affix” data-offset-top=”200″ data-spy=”affix” > … < / nav > I tried :

.zen-container { background: transparent; }

.view-featured { background: transparent;}

topcolour {background: transparent; }

navwrap {background: transparent; }

.affix { background: transparent; }

Won’t change to transparent, and keep getting white. By passing, i did what you mention, i already done a background image to see where it is not transparent yet, in the zip file i already done it. Thank you.