Viewing 9 replies - 1 through 9 (of 9 total)
  • I am also looking to change the FAQ title color. I have found the CSS under the plugin folder and change the FAQ answer font color but on the title its picking up the css for links and not the color I added below. Any ideas how I can change this?

    p.faq-catname {margin: 0 0 5px 0; font-weight: bold;}
    div.faq-title { font-style: italic; margin: 0 0 10px 0; color: #584D4D;}
    div.faq-answer {margin: 0 0 20px 15px;display: none; color: #F78CB9;}

    Thanks!

    Thread Starter GreganDunn

    (@gregandunn)

    Editing this file makes no difference on my site…? I’m able to click on the update button once I’ve made changes but nothing changes on the site. Interesting to note, is that it says (inactive) next to the name of the file that I’m editing… is that something odd?

    Hi,

    Did anyone manage to figure this one out? I’m also having trouble editing the CSS file and also editing the one in the trunk folder doesn’t make a difference.

    Thanks.

    Is there any options that I can add to the CSS to change to format of the titles and questions?

    I can’t find the qa.title in the CSS file.

    Hello,

    I’m using V1.05.1 and the font size is really large. How can I change the font size,color, etc.?

    It would be really awesome to see this in an options page.

    Thanks much,
    Ordinary

    Plugin Author Dalton Rooney

    (@daltonrooney)

    The plugin uses H2 for category titles and H3 for question titles, so you can just edit the CSS for those elements. Each element has a specific class, just view the page source or use Firebug.

    So will that change all my H2 and H3 throughout my site? Or can I make it specific to the CSS for Q&A? I mean can I specify H2 and H3 in the Q&A CSS file?

    You can make the CSS specific for Q&A. Have a look at the source of the faq page and/or use firebug. You’ll see the classes the plugin adds which you can then use in your CSS file.

    I got good clues from Dalton…I don’t know if this was the right thing to do but this is what I did to fix (all the more reason to push to the options page):
    go to plug-ins
    find Q n A
    select edit
    list the files for the Q n A plug-in
    select the file “q-and-a/inc/shortcodes.php”
    for every H2 (the lines contain ‘faq-catname’) change h2 to h5
    for every H3 (the lines contain ‘qa-faq-title’) change h3 to h6

    …looks a lot better….I wonder now how to remove the lines in between the titles to make them closer.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Q and A – FAQ Plugin] Changing Format of FAQ?’ is closed to new replies.