• Resolved kopyright

    (@kopyright)


    Hello

    When using the [ultimate-faqs include_category=’xxx’ ] shortcode, is there a way to either show a category’s description below its name but before the FAQ’s, or hide the headline and show the respective FAQ’s only?

Viewing 1 replies (of 1 total)
  • Hi kopy,

    There’s no option to show the category description. The category title will only show if you have “Group FAQs by Category” enabled. If you want to have that option enabled, but also hide the category title, then you could just use custom CSS. For example:

    .ufaq-faq-category-title {
    display: none;
    }
    
Viewing 1 replies (of 1 total)

The topic ‘Hide category headline or show description’ is closed to new replies.