• Resolved ollerwe

    (@ollerwe)


    Hi!

    I installed and I am using the Ultimate FAQ pluggin (free version). It works fine and as I needed.
    I would like to adapt the styling to the Perenne theme I use but I do not how. Basically I want all text and the +-sign to be smaller but it looks like I have the smalles I can manually choose.
    In the settings menu, the pluggin offers the possibility to paste CSS code in a window to style the FAQ according to the theme.
    Where can I find the lines of the CSS that solve myu problem.
    I asked the theme’s support forum but I got no answer.
    Thanks
    Erico

    • This topic was modified 5 months, 3 weeks ago by ollerwe.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Moderator threadi

    (@threadi)

    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.

    Thread Starter ollerwe

    (@ollerwe)

    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

    Thread Starter ollerwe

    (@ollerwe)

    It worked with the css lines. Cool!
    I will contact the support team for a more lasting solution.

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.