How can I make my single FAQ entry blend in with my page?

Answer

When creating your widget, you can use custom CSS to:

  • Remove the border, background color, horizontal rule, and "Answer" heading from your widget.
  • Hide the topics and other metadata.
  • Inherit the font styles from your guide. 

This can help your widget blend in better with the rest of the page. Here's some code to get your started:

.s-la-widget {border: 0px; background-color: transparent; font: inherit;}
.s-la-widget h2 {display:none;}
.s-la-widget hr {display:none !important;}
.s-la-faq-listing-meta, .s-la-faq-listing-topics {display: none;}

 

Topics

  • Last Updated May 20, 2015
  • Views 27
  • Answered By Regular Springshare