how do I customize submit-question in Ultimate FAQ?
Solved! Go to Solution.
Hi @neiljacobson ,
Here is a statement from the developers:
You can customize the plugin by adding code to the Custom CSS box on the FAQ settings page, go to the “Custom CSS” box. For example to change the font you might want to add something like:
.ufaq-faq-title h4, .ufaq-faq-category-title h4 {font-family:”Palatino Linotype”, “Book Antiqua”, Palatino, serif;}
You can also use the “Styling” area of the “Options” tab if you’re using the premium version, which has a bulit-in color picker for FAQ color fields and more!
From some of your other posts, it sounds like the premium version may be required to do some of the customizations without getting directly to the code.
Hope this helps,
James
Hi @neiljacobson ,
Here is a statement from the developers:
You can customize the plugin by adding code to the Custom CSS box on the FAQ settings page, go to the “Custom CSS” box. For example to change the font you might want to add something like:
.ufaq-faq-title h4, .ufaq-faq-category-title h4 {font-family:”Palatino Linotype”, “Book Antiqua”, Palatino, serif;}
You can also use the “Styling” area of the “Options” tab if you’re using the premium version, which has a bulit-in color picker for FAQ color fields and more!
From some of your other posts, it sounds like the premium version may be required to do some of the customizations without getting directly to the code.
Hope this helps,
James