• Resolved hirogrrl

    (@hirogrrl)


    Hello, I was wondering if in addition to the FAQs expanding and collapsing on a page, can we also have the Categories expand and collapse button? Right now on the page our categories just looks like 5 lines of a couple words that doesn’t make sense. Thanks you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi hiro,

    Thanks for contacting us. There is currently no option in the plugin for this. That being said, with a little bit of custom CSS, you should be able to achieve something pretty useful. Try inserting the following into the “Custom CSS” box in the “Basic” area of the “Settings” tab:

    .ufaq-faq-category-title-toggle h4:before {
    font-family: 'ewd-toggle-icon';
    text-transform: lowercase;
    content: "a ";
    }

    What this does is place an icon before the text of each category title. It makes it use our custom icon font. The lowercase is there just to make sure it is the plus sign and not the minus sign. Unfortunately, there is no way to make the icon change from a plus to a minus (when you click on it) with just CSS. You’d have to update the core plugin code for this, which we wouldn’t recommend. Nevertheless, this should present quite a good improvement.

    Thread Starter hirogrrl

    (@hirogrrl)

    Thank you for your help! It worked!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category Expand and Collapse button’ is closed to new replies.