Okay, this is a total guess. I just did an “inspect element” to see how to directly affect your question text.
It looks like you have all your questions to be h4 links, so try styling
h4.faq-question {
}
….That’s a total guess, but I thought i’d give it a try for you.
I’ll give it a try – thank you!
I put
h4.faq-question { font-size: 14px;
}
in style.css and style-custom.css, but it made no difference.
Is there anywhere/anything else I can try?
I’m using the Blue Diamond theme by Goodlayers, btw
Sorry I didn’t get back to you right away. I had a HUGE shopping cart mess that I had to fix 🙁
I also am looking for some sort of sliding FAQ thing, have you stuck with FAQ manager or moved on to something else?
I see I can’t visit the page anymore.
It’s now at:
http://jcfacility.co.uk/wordpress/?page_id=83
I haven’t tried anything else yet, but I think I’m going to have to as I’m not getting anywhere with it.
Hope you sorted your shopping cart 🙂
assuming you’re using the H5 tag, add the following CSS.
#faq-block .single-faq h5.faq-question {font-size:18px;}
change the height to whatever you want, obviously.
I’ll give it a go, thank you Norcross
That did the trick – very much appreciated!