• Resolved ratamatcat

    (@ratamatcat)


    When a FAQ is displayed on a page with the [select-faq] shortcode, I would like to display just the content of the faq and not the Title as well. So user is not required to click/open the FAQ to see it, its already there. Is there an awesome shortcode for this?
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi ratamatcat,

    To display the content of the FAQ without requiring the user to click:

    1. Settings->Basic
    2. Set “Display All Answers” to Yes
    3. If you would like to hide the FAQ title, add this code into the Custom CSS box (this will hide the FAQ Title):
      .ufaq-faq-title {display:none;}
    Thread Starter ratamatcat

    (@ratamatcat)

    excellent

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show content of FAQ only’ is closed to new replies.