Hide FAQ category titles on front end
-
Just thought I’d post this in case anyone else was looking for the solution.. just edit the css file and add this code:
p.faq-catname { /* hide the FAQ title on pages */ display: none!important; }
- The topic ‘Hide FAQ category titles on front end’ is closed to new replies.