Viewing 15 replies - 1 through 15 (of 21 total)
  • give live url

    it not get css check the css of FAQ
    and fixed it

    Plugin Author Dalton Rooney

    (@daltonrooney)

    Hi Thurmbo,
    I just posted a new update to the plugin, please let me know if these changes help.

    Dalton

    Add the following to your themes/Grand/lib/css/defaults.css file:

    .qa-faq-title { font-size: 115%; }

    Refresh your page and adjust the font size as required.

    Plugin Author Dalton Rooney

    (@daltonrooney)

    Please make sure you update the plugin first before making any changes to your theme. I used the H2 tag in the 1.0 version of the plugin, when I meant to use H3. This has been changed in 1.0.1, so update your plugin first, see if that helps, and if you still want to adjust the font size then follow John’s instructions.

    This latest update broke my site/them (www.partsnap.com) by adding a line of meta data text beneath the photos on on the landing page. Any idea what would cause this problem? I have disabled Q&A for now – I cannot afford my homepage to look like crap for troubleshooting, but I can reactive it later in the evening if anyone wants to take look.

    Plugin Author Dalton Rooney

    (@daltonrooney)

    @mikemoussa: I just published a new version which should get rid of this problem for most people. Please give 1.0.3 a try.

    Dalton

    That fixed it – thanks for the quick response!

    Hi Dalton

    I was quite happily running v0.2.8 on one site but upgraded to your latest version today, v1.0.5 on another site and the headers are very large!

    I cannot find the file location John has mentioned above; can you tell me how to change the font size(s) please.

    To be honest, I’d quite like to go back to using the older v0.2.8. – is that possible?

    Regards

    Plugin Author Dalton Rooney

    (@daltonrooney)

    Thank you!

    I’ll let you know how I get on.

    Regards

    I added John’s suggested CSS “Add the following to your themes/Grand/lib/css/defaults.css file:
    .qa-faq-title { font-size: 115%; }
    Refresh your page and adjust the font size as required.”

    in WP Admin > Plugins >Edit > q-and-a/css/q-a-plus.css and it worked for my site.

    Thanks to John!

    Thank you John!

    Hi, this is for the title right – .qa-faq-title { font-size: 115%; }
    how about when I wanted to change the other one (not the title) / I want to enlarge the font size of the ANSWER. – Please Advice .

    Thank you

    To style the answer is a bit trickier, because it uses the same style as all your posts.
    So you would need to add a style for your standard paragraph like this:
    p { font-size: 120%; }
    It is best to do this in the style sheet for a child theme so you do not always have to change it every time your theme is upgraded.

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘[Plugin: Q and A – FAQ plugin for WordPress] Q and A font size changed’ is closed to new replies.