Hi @ollerwe, I recommend reaching out to the plugin’s support team with your questions. They are the most qualified to provide accurate and detailed information. Here is the support link goes https://ww.wp.xz.cn/support/plugin/ultimate-faqs/
Moderator
t-p
(@t-p)
Is this the plugin you are referring to: https://ww.wp.xz.cn/plugins/ultimate-faq-solution/
If so I recommend asking at https://ww.wp.xz.cn/support/plugin/ultimate-faq-solution/#new-post so its developers and support community can help you with this.
I think this can also be solved with custom CSS:
body .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
font-size: 20px;
padding-top: 8px;
}
body .ewd-ufaq-faq-title h1, body .ewd-ufaq-faq-title h2, body .ewd-ufaq-faq-title h3, body .ewd-ufaq-faq-title h4, body .ewd-ufaq-faq-title h5, body .ewd-ufaq-faq-title h6 {
font-size: 16px;
}
You can, of course, adjust the values to suit your preferences. Since you appear to have a modern FSE theme, you would need to store the code under Appearance > Editor > Styles > Additional CSS. Alternatively, you can also use a CSS plugin.
Of course, it may be problematic to solve this in this way. Updates to the theme or rather to the plugin could overwrite the settings or render them inactive. You would have to check each time to see if it works. As mentioned above, it would therefore make sense to contact the plugin support team.
Thank you @threadi for you answer. I will try that and take it as “a learning experience”
I will contact the support team of the Ultimate FAQ accordion plugin. Thank you T-p and Asadullah
It worked with the css lines. Cool!
I will contact the support team for a more lasting solution.