Notifications
Clear all

wpForo 1.x.x [Solved] Size of quotes

3 Posts
2 Users
0 Likes
911 Views
Posts: 2
Topic starter
(@quiyojin)
New Member
Joined: 2 years ago

Hello there
I would like to know how to reduce the size of the quotes. Indeed, at home they appear huge!
Here is an example: https://www.maconfigpc.fr/forum/configs-pc/up-dune-antiquite/

Thanking you in advance for your help,

Topic Tags
2 Replies
Tutrix
Posts: 1247
(@tutrix)
Noble Member
Joined: 4 years ago

@quiyojin

add this to custom css

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content p,
#wpforo #wpforo-wrap .wpforo-revision-body p {
font-size:14px !important;
}

Dashboard > Forums > Settings > Style (custom css)

Posts: 2
Topic starter
(@quiyojin)
New Member
Joined: 2 years ago

Yes! it works ! Thx a lot 🙂