Title: CSS
Last modified: August 21, 2016

---

# CSS

 *  Resolved [tallmeerkat](https://wordpress.org/support/users/toscalahiri/)
 * (@toscalahiri)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/css-54/)
 * Hello, how can I override the styles please? I am using a child theme. For example
   if I want to alter color of “Title” section or change the font-size. Thanks
 * [http://wordpress.org/plugins/sp-faq/](http://wordpress.org/plugins/sp-faq/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [johndove523](https://wordpress.org/support/users/johndove523/)
 * (@johndove523)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/css-54/#post-4349119)
 * Go to: wp-content > plugins > sp-faq > css > jqueryuicss.css and modify there.
 * Keep in mind, you’ll need a copy of this. Every time the plugin is updated it’ll
   revert to the packaged jqueryuicss.css file.
 *  [JukeBoxWhiz](https://wordpress.org/support/users/jukeboxwhiz/)
 * (@jukeboxwhiz)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/css-54/#post-4349167)
 * Hello. I’ve been using your plugin. I really like it, but I wanted to alter the
   css to fit the color scheme of my site.
 * This entailed changing the text color of the question to white when the panel
   is open. But, there is no way I can do this. After working with it for a while,
   I finally discovered that this property falls under `#content h3` of the WP template
   I am using. I tried to change this using
 *     ```
       ui-accordion ui-widget#content h3 {
           color: #FFFFFF;
       }
       ```
   
 * but it didn’t work.
 * But, even if I could get this to work, I would still have to deal with the issue
   of the text color returning to black once the panel was closed.
 * When I change #content h3 to white, all h3 elements throughout my site turn white.
 * Is there a way around this?
 * Another issue I have is that I need to be able to reference some of the faq with
   fragment-identifiers. These are the # references in the URL. So, when someone
   clicked on the link it would take them to the FAQ page and to that particular
   question with the panel open. Is that possible?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sp-faq_b7d2d9.svg)
 * [WP responsive FAQ with category plugin](https://wordpress.org/plugins/sp-faq/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sp-faq/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sp-faq/)
 * [Active Topics](https://wordpress.org/support/plugin/sp-faq/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sp-faq/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sp-faq/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [JukeBoxWhiz](https://wordpress.org/support/users/jukeboxwhiz/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/css-54/#post-4349167)
 * Status: resolved