79193702

Date: 2024-11-15 19:24:54
Score: 1
Natty:
Report link

The JavaScript solution above is great, but I would instead opt for a custom style, since :not() is broadly supported nowadays. If you are in need of a pure CSS solution, I would use the following:

.elementor-social-icon:not([href]) {
  display: none !important;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Foxx Greeley