• Dear support team,
    Ive created several groups. I use this code [faqs style=”accordion” filter=”true”] to automatically display all the groups above as clickable text so when clicked on a group only that group is displayed.

    Now there are two things i hope that can be done.
    1) The first “group” is called “All” because it shows all the groups. Is it possible to rename that? My site is in Dutch so i like to translate “All” into “Alles”.
    2) Is it possible to further style those group filters? Sometimes on mobile phones the filtergroups are to close to each other. Then i want each group on a different line for example.

Viewing 1 replies (of 1 total)
  • Hi,

    I hope you are having a good day. Thank you for contacting us about your problem.

    1) The All word is translatable under the quick-and-easy-faqs domain. If you aren’t using any translation plugin, I recommend the Loco Translate plugin.

    2) You can use the following CSS to change the filter spaces.

    .qe-faqs-filters-container li a {
        margin: 1rem 2rem;
    }

    ?Feel free to let me know if you need any further assistance.
    ?
    ?Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Some styling’ is closed to new replies.