Tagged: enfold
I’m using an accordion background to list a variety of equipment which is broken into different categories. I’d like to make the accordion background transparent. Is this possible?
Thanks for your time.
Hey ItsYeBoi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.toggler {
background-color: transparent!important;
}
Cheers!
Yigit
Thanks Yigit, the only issue I’m having now is when I click to expand an item in the accordion feature the background is still not transparent. How can I make that transparent as well?
Hi!
Add this.
.toggle_content { background: transparent !important; }
Cheers!
Elliott
Thanks Elliott!