Skip to content

Instantly share code, notes, and snippets.

@spearsmarketing
Created February 8, 2013 15:40
Show Gist options
  • Save spearsmarketing/4739780 to your computer and use it in GitHub Desktop.
Save spearsmarketing/4739780 to your computer and use it in GitHub Desktop.
Custom styling for the FAQ Manger plugin by Norcross. Add to theme stylesheet.
/*********** FAQ Manager **************/
#faq-block li.faqlist-question,
#faq-block li.faqlist-question a {
color:#80BF61;
padding-bottom:4px;
font-weight:bold;
font-size:110%;
cursor:pointer;
}
#faq-block .single-faq .faq-question,
#faq-block .single-faq .faq-question a {
color:#80BF61;
padding-bottom:4px;
font-weight:bold;
font-size:110%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment