options to set category, title and body fonts, sizes, colors…etc…
1 Like
Folks, our former Wishlist portal, where our users shared their requests and suggestions, was transferred to this forum. You’re most welcome to vote, add new ideas, and leave your comments here — we surely will consider them all!
Original Votes: 4
Original comment from Ella Glasgow transferred from the previous Wishlist portal:
Hi everyone
While these options aren’t available in our app, you can use this CSS code as a temporary solution:
/* FAQ title font and size */
.eui-widget-title{
font-size: 24px !important;
}
/* FAQ category title font and size */
.eapps-faq-content-category-title-text{
font-size: 22px !important;
}
/* FAQ question font and size */
.eapps-faq-content-category-item-question{
font-size: 18px !important;
}
/* FAQ answer font and size */
.eapps-faq-content-category-item-answer-text{
font-size: 18px !important;
}
This code should be added to the Custom CSS field on the Appearance tab of your widget’s settings