On my main home page: http://www.bodymindlinks.com
I have added an accordion.
How do I remove the div box (all lines) of the accordion so it’s JUST the words?
Thank you team.
Hey Bodymindlinks!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.toggler {
border: none!important;
}
Cheers!
Yigit
Hey!
Try adding this too:
.toggler {
background: transparent !important;
}
.toggle_content {
border: 0 !important;
}
Cheers!
Josue
Thank you, that made it white and got rid of the lines.
The only thing that is left that I would not like to show is the little boxes to the left with the “+” and “-” signs.
Thank you for your time and support.
It is much appreciated.
This will do it:
.toggle_icon {
display: none;
}
.toggler {
padding-left: 20px !important;
}
Thank you it worked :D
You are welcome, always glad to help :)
Regards,
Josue