Tagged: background, Portfolio, transparent
Hi, first of all, wonderful theme, thanks a lot, Kriesi Team.
Is it possible to change this boring white for a transparent background? (My link: http://castmail.com.br/web/?page_id=2270)
Thanks guys!
Hi castwork!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color .grid-content { background-color: transparent; }
Nice website by the way :)
Best regards,
Yigit
Hi, Yigit. Thanks for the answer, but didn’t work =/
Hey!
This is what you would like to achieve http://i.imgur.com/istSAWZ.jpg am i correct?
If so, please try adding !important to previous code to force it. So it should be
.main_color .grid-content { background-color: transparent!important; }
After applying the code, please flush browser cache and refresh your page a few times
Cheers!
Yigit
Thanks Yigit, but didn’t work again. =/
You can see here: http://castmail.com.br/web/?page_id=2270
Ok, now works. Here’s the code:
.main_color .grid-content { background-color: transparent !important; }
article { background-color: transparent !important; }
.grid-entry .inner-entry { background: transparent !important; }
One more question, is possible to set a little margin bottom?