Support Forum

  • Page:
  • 1

How to modify the Question line styling?

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

(1) How may I modify the question line text to be bold, change the text color and space the questions apart from one another a bit vertically?


(2) Is there a way to make it so when I click on a question either that particular question changes style in some manner? (i.e. regular text to bold or italicized text, color or image change etc.)
  • Jmaxpro's Avatar
  • Jmaxpro
  • Free Extensions
  • 6 posts
  • Karma: 0
The administrator has disabled public write access.
Hi there,

You can edit the css for the faq in the modules/mod_jbfaq/css/faq.css file.

Using styles like this will do what you want:
.faqtogglerdiv {margin-bottom: 10px;}
a.faqtoggler {color: #000;}
a.faqtoggler.open {color: #ccc;}

Im sure you will be able to figure out the rest.

Cheers Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers