Can you post a link, and be more specific about which fonts you’re trying to change? Would be happy to help point you in the right direction once I’ve got a better idea of what you’re trying to change.
Sure– here:
http://jackson-pearce.com/faqtestpage/
It seems to be using my header font, League Gothic. I’d like something a little more reader friendly for both the questions and answers!
Hi Jackson,
On the settings page, go to the “Custom CSS” box and you’d want to add something like:
.ufaq-faq-title h4 {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}
Thanks– that did it! However, the topics are still in the older font. I tried using .ufaq-faq-topics, but no luck. Any thoughts?
Hi Jackson,
It would be something like:
.ufaq-faq-category-title h4 {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}