Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@jukeboxwhiz)

    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.