Hi Nellah,
Thanks for posting! Do you have a link that we could check out where the FAQs are posted? It you wouldn’t mind saying what options aren’t working exactly as expected, that would also be a big help.
Based on the explanation it sounds like it might be theme conflict, if there are overlapping CSS selectors. It would be pretty quick to check if that’s the problem while viewing the site.
Sure! Thanks for the quick response. Here is my webpage:
soundburstaudio.com/faq
Here is a screenshot of my current settings.
http://i31.photobucket.com/albums/c398/NellahBean/Screenshot-124_zpsm37udnbh.jpg
As you can see, neither the font size or color are changed. If it is a theme issue, is there any way around it? I am a complete and total newbie and I know nothing about CSS.
Hi NellahBean,
It looks like there was a misunderstanding in our settings.
The style settings for “FAQ Category,Tags” affects the category and tag that appears for each FAQ directly underneath the explanation. If you go into your FAQ settings > Basic and check “Hide Categories” or “Hide Tags”, you will see the change.
It looks like we are missing a styling option for the big category headings, so we will try to add these to a future update. For now, try using the following custom CSS:
.ufaq-faq-category-title {
font-size:24px;
color:#435322;
}
Hope this helps,
EWD
I tried that, but it didn’t work either. It changes the color, but not the font size. I tried 24px and 24pt (i thought fonts were in pt, but I’m not sure) and either way I cannot get it to change the size! Any other suggestions?
It looks like the font size is being overruled by your website theme. Try the following:
.ufaq-faq-category-title h4 {
font-size: 24px !important;
color: #435322 !important;
}
EWD
Hooray!!! That did the trick! Thank you SO VERY MUCH!!!
Hi Nellah,
No problem, happy we were able to help you. If you’ve got any suggestions for improving the plugin, we’d love to hear them.
Also, if you’d like to leave a review, the link is:
https://ww.wp.xz.cn/support/view/plugin-reviews/ultimate-faqs