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
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
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.
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;
}