Hi Swift Support,
Two issues in regards to changes made on the accordions.
1. I tried adding some custom code I saw in a previous post.
.wpb_accordion_section > h3 .ui-icon:before {
content: “click to expand \f067” !important;
}
.wpb_accordion_section h3.ui-state-active .ui-icon:before {
content: “click to close \f068” !important;
}
It adds the new text, but falls outside the accordion border rather than displaying inline and to the right of the + symbol. See what I mean via this link.
http://playlandcom.com/services
2. How would I over ride the roll over colour which fills the background of the accordion box and make it what ever I want ( different than what is set in the colour options )
Right now it turns a green when rolled over.
Thanks.
/Ryan