The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
icons not showing (...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] icons not showing (not cache related)

3 Posts
2 Users
1 Reactions
1,404 Views
Posts: 3
 Nele
Topic starter
(@nele)
Active Member
Joined: 5 years ago

Hi, I have this weird thing going on. I have a page with 3 columns (beaver builder) and I have made it so that my right column holds the comment section.

Some of the icons just don't show up when I place it there (cleared cache multiple times). So I tested it out in the middle column of the page and there they appeared?

See image below

wpdiscuz icons

Any idea what could be causing this? link to the page (it only has the side one as that is where I want it to be)

Kind regards,

Nele

2 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi @nele,

This is just a small CSS conflict with the theme or active plugins. Use the CSS code below to solve it. 

#wpdcom .wpd-sbs-toggle i {
font-weight: 900 !important;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

Posts: 3
 Nele
Topic starter
(@nele)
Active Member
Joined: 5 years ago

Hi @Asti,

It didn't work with the css code you gave, but it made me aware where to look. This code did work

#wpdcom .fa,.fas {
font-weight: 900 !important;
}
Share: