<em>@yvan01 223843 wrote:</em><blockquote>Thanks a lot !
And… just one thing more…
if you want to put the text in bold style… Is-it possible ?:-[</blockquote>
Yes. It’s simple set bold style for whole FAQ content when edit same file templates/ja_cloris/css/typo.css . Look at line 195 to code:
.ja-typo-faq.question .ja-typo-faq-content { background: #FFF8E7; }
Edit it to:
.ja-typo-faq.question .ja-typo-faq-content { background: #FFF8E7; font-weight:bold;}
Now your FAQ content will be in bold style.
But bold style font you can also set when you create/edit articles in joomla. Feel free to try it 🙂