Notifications
Clear all

[Solved] Why do I get different fonts in the comment widget tabs

5 Posts
2 Users
0 Likes
1,503 Views
Posts: 3
Customer
Topic starter
(@wloconto)
Member
Joined: 5 years ago

My comment widget uses the same fonts in all but the recent comments tab. All of them are like my attached screen2.jpg, except "recent comments" that shows as attached screen1.jpg with a font that is too large. 

I'd like the recent comments to match the others.

screen2
screen1
4 Replies
Astghik
Posts: 5872
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @wloconto,

Please leave some example URL to allow us to check it. 

Reply
Posts: 3
Customer
Topic starter
(@wloconto)
Member
Joined: 5 years ago
Reply
Astghik
Posts: 5872
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @wloconto,

It's a CSS conflict with your theme or other plugins. To solve it, please navigate to Dashboard > Comments > Settings > Addons > Widgets sub tab, put the following CSS code in "Widget custom CSS" textarea, save it delete all caches, do CTRL+F5 on frontend.

I see another conflict. The code for solving it also provided below.

issue 2

#widget-comments-container.widget-comments-container .popular-comment-author-body{
font-size: 12px !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 61%;
}
/*To solve the problem with the display of the icon*/
.fa-reply:before {
content: "\f3e5" !important;
}
Reply
Posts: 3
Customer
Topic starter
(@wloconto)
Member
Joined: 5 years ago

Thank you. That fixed it, and thanks for the additional fix.

Reply
Share:
Scroll to top