Using few lines of custom CSS code, you can easily change the title font styling and text shadow. Note that, by-default font style of the FAQ title is bold and also it contains light shadow below the text. If you check the plugin demo site then you can see that it works perfectly in there, however for few themes it created a blurry effect, and makes it difficult to read the title properly.

Step 01: First copy the following lines of custom CSS code.

Step 02: Then, go to FAQ settings page.

Step 03: At the bottom of the page you will get a textarea to insert custom CSS code.

Step 04:  Insert all the codes in there and save the settings. This issue will be solved.

.ac-container label{
 font-weight: normal;
 text-shadow: none;
}
Last Update: September 3, 2021
August 30, 2017 1088 Mahbub Alam KhanBWL Advance FAQ Manager, How To
Total 1 Votes
0

Tell us how can we improve this post?

+ = Verify Human or Spambot ?

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*

Back To Top