Tagged: background, change, Color, toggle
I wiould like to change the background color of all accordions to #FBFBFB.
http://screencast.com/t/5HV8iwgN
http://dev2.electrixinternational.com/about-electrix/frequently-asked-questions/#toggle-id-1
Hey richardelectrix!
Please add following code to Quick CSS
.toggle_content {
background-color: #FBFBFB!important;
}
Regards,
Yigit
Perfect – thanks