Paid Addons Support Forum Only
Please note, that here we only support Paid Addons issues and questions.
gVectors Support staff works from 6am to 6pm (GMT+0)
All questions related to wpForo and wpDiscuz free plugins should be asked in the corresponding plugin support forum:
Hi,
The " symbol is too big and misplaced. You can see the result on this link:
I can't find how to remove the " in the CSS. Please tell me how to do this.
Thank you in advance for your answer
Have a nice day
Emmanuel
Hi @robinbrousse,
Please add the following CSS code in Dashboard > Forums > Settings > Styling > "Custom CSS code" textarea, save it delete all caches and check again. The issue should be solved:
.entry-content blockquote:before{
display: none !important;
}
Thank you very much. That's perfect! 🙂