I would like to remove the borders from my toggle test, and change the rollover background color and toggle background from the black color to #f5f5f5
http://50.87.248.198/~westpro1/dev/test-2/
I want to be able to do this on a per-page basis only; I don’t want to change the template for the whole site, please
thank you
gary
Hi gharding!
You can use the below css in order to edit the hover color and background color and border width of your accordions:
.main_color .toggler:hover {
background: #f5f5f5 !important;
}
.main_color .toggle_content {
background: #f5f5f5 !important;
}
.toggle_content {
border-width: 0px !important;
}
Best regards,
Dake