Forums
Home / Plugin: Advanced FAQ Manager / How to change font
(@ahamadsabeer)
5 years, 6 months ago
How to change the fonts on my FAQ.
(@themehigh)
You can use the below class to style the title.
thfaqf-faq-item .thfaqf-title-text { }
For example,
.thfaqf-faq-item .thfaqf-title-text { font-family: "Times New Roman", Times, serif; }
Further, you can use the below class to style the content.
.thfaqf-faq-item-content{ }
.thfaqf-faq-item-content{ font-family: "Courier New", Times, serif; }
Hope this will help.
Thank you!