I have chosen an image background for certain pages on my site. When i use normal text the image shows as the background but if i use an accordion Is there a way I can make the background of my accordions transparent? So far they default to whatever content area styling is assigned and I can’t seem to make the background of any of these areas transparent. I’ve had other themes that would let me type ‘transparent’ into a hex code box bu this theme doesn’t seem to let me.
Love this theme btw….
Hey sensationallife14!
Thank you for using our theme.
Try to put the following in Enfold->Styles->QuickCSS or custom.css:
.toggle_content {
background: none repeat scroll 0 0 transparent !important;
}
For the headline use:
.toggler {
background: none repeat scroll 0 0 transparent !important;
}
If it does not work, can you post us a link to your page so we can checlk for the CSS.
You can do it as a private reply.
Regards,
Günter