Tagged: Theme Upgrade, update
Hi. After updating Enfold my site looks right except for one thing: previously the main content area was transparent, now it is white. I used this code to achieve that affect: `#main {
background-color: transparent;
}
#socket {
background-color: transparent;
}` The code is still in place but it’s not working. Any ideas? Thank you!
Liz
Hey 1lizcollins!
Thank you for using Enfold.
Add this in the Quick CSS field:
html.html_header_sidebar #wrap_all {
background-color: transparent;
}
Cheers!
Ismael
Thanks! That helped, for Safari & Chrome. But when I view it in Firefox it’s still got the white background.