Hi- your theme is amazing- I am new and have searched the forums but haven’t found a clear answer to my question.
I would like to have a single background image throughout my site in the enfold theme and have transparent backgrounds everywhere- like this example- http://geoglassdesign.com/shop/
I have pasted this into the quick css: and it worked for the header. Is there an easy way to do this everywhere?
.header_color .header_bg, .header_color{
background-color: transparent;
}
would really love your help…
Hey eric!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .big-preview, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content { background-color: rgba(0,0,0,0.5); }
There are many class to target. Please post the link to your website and point out the section so we can provide you more accurate custom CSS code
Cheers!
Yigit