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

[Solved] icons not showing (not cache related)

3 Posts
2 Users
1 Likes
809 Views
Posts: 3
 Nele
Topic starter
(@nele)
Active Member
Joined: 4 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: 7098
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 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: 4 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: