Where do I control the font size of answer text?
Page: http://nuuniform.com/wp/
The FAQ section is in page bottom. The answer text is too small to view. I guess it is 0.8em now. I have tried to view the page in FF3, IE6 and Chrome. The text is consistently small in the three browsers.
I tried edit the plugins attempting to find the relevant css, but got lost : (
Anyone can advise?
I just fixed a FAQ page which you can see the ultra-small font in concern.
http://nuuniform.com/wp/about-us/faq
rizaldy
Member
Posted 3 years ago #
Search for ajaxify-faqtastic.css in your ajaxify plugin folder
and find :
ol.faq div.answer p {
font-size:75%;
}
it should be in line 24.
Change the font-size to your preference
Hope it help :D
-A-r-