Notifications
Clear all

wpForo 1.x.x [Closed] Incorrect display of quotes

2 Posts
2 Users
1 Reactions
653 Views
Posts: 7
Topic starter
(@maddyssonn)
Active Member
Joined: 4 years ago

Large quotes at the beginning. 

How to fix?

1 Reply
Tutrix
Posts: 1453
(@tutrix)
Noble Member
Joined: 5 years ago

@maddyssonn

the big quote sign comes from your Neila WP Theme
you can remove it in the forum

add this to custom css

#wpforo #wpforo-wrap .wpforo-post blockquote::before,
#wpforo #wpforo-wrap .wpforo-revision-body blockquote::before {
display:none;
}

Dashboard > Forums > Settings > Style (custom css)