• Hello

    Can I please ask for some help?

    How can I remove an icon from the entire website at once? So basically I used to have a newsletter form (a plugin) with a bell linked to it. This bell icon is included in the elementor template that I use for all the posts. I have removed the bell from this template however it is still visible. The above link is just an example. So my question is how to remove/delete this bell icon from all the posts?

    Many thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Elementor Team

    (@ricav)

    Hi @andrasch,

    I’ve checked the page URL you provided and understand your concern. To remove the bell icon, you can try to use the custom CSS below. I’ve got the selector when I inspect the page.

    .elementor-element.elementor-element-1d59cbdb {
    display:none;!important;
    }

    Please understand: we do not provide support for any kind of custom code. This was an exception. The code above is just a suggestion and there is no guarantee it will work. In such a case, we can’t provide you with any further help.

    You can get assistance for custom code in our GitHub that our developers monitor – https://github.com/elementor/elementor

    I hope that helps.

    Kind regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Removing an icon from the entire website’ is closed to new replies.