Notifications
Clear all
wpForo
3
Posts
2
Users
0
Reactions
1,873
Views
Topic starter
29/04/2019 6:31 pm
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
29/04/2019 6:59 pm
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;
}
Topic starter
29/04/2019 7:30 pm
Thank you very much. That's perfect! 🙂