Custom CSS not working
-
I am trying to change the color of the FAQ title bars, as well as tweak a few other elements on my site: http://www.sebastopolwalks.org/favorite-walks/ and I get the message that my custom CSS has been successfully updated, but no changes to the appearance; looking at element reveals that my custom CSS has been overridden by the default plugin CSS. Is there some additional step needed to make the custom CSS work?
This is the main change I’m trying to make:
.hs-faq-container .ui-accordion .ui-accordion-header:hover, .hs-faq-container .ui-accordion .ui-accordion-header.ui-state-active {
background: #BFD4D4 none repeat scroll 0 0;
}
Thanks
The topic ‘Custom CSS not working’ is closed to new replies.