Notifications
Clear all

wpForo 1.x.x [Solved] Blockquotes displaying incorrect font

5 Posts
2 Users
1 Reactions
728 Views
Posts: 5
Topic starter
(@bionic687)
Active Member
Joined: 3 years ago

Hey there! I seem to be having a slight issue when using Blockquotes on my wpforo forum. It seems that the font inside of the blockquote changes and is different than the main font used on the forum. I'm trying to make it so that the blockquote font is the same font used in the forum. How can I achieve this??

Thanks 🙂

Dave

Topic Tags
4 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @bionic687,

Please provide your forum URL and a screenshot.

3 Replies
(@bionic687)
Joined: 3 years ago

Active Member
Posts: 5
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@bionic687,

The reason is your theme.

Also try this CSS Code:

blockquote {
    color: unset !important;
    font-family: unset !important;
    font-weight: unset !important;
}
(@bionic687)
Joined: 3 years ago

Active Member
Posts: 5

@chris yes! this did the trick. Awesome support from the WPForo team. Makes me feel good about investing in this plugin and using it on my website. thank you!