• Resolved Umberto

    (@umberto69)


    Good morning,

    sorry for my english, I use Google translate. I would like to know if there is any way to eliminate or hide the Elementor banner in the admin area. You can see the banner in question HERE
    In practice it is a very annoying advertising banner that appears on every page of the WP administrative area.

    Thank you

    Umberto

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Milos

    (@miloss84)

    Hi there,

    I’m afraid that there is no way to do it with our current Elementor widgets.

    However, I have added this idea to our internal list as a Feature Request, so this feature might appear in one of the future Elementor updates. Thank you for your feedback!

    There might be third-party plugins available that have such a feature so you can join our Elementor Facebook Group ? and check with our users there for such a plugin recommendation.

    Finally, I would like to apologize for not being able to provide this particular solution at the moment. I hope for your understanding.

    Thread Starter Umberto

    (@umberto69)

    Grazie

    Thread Starter Umberto

    (@umberto69)

    Ho risolto inserendo il seguente codice nel functions.php del tema figlio:

    add_action('admin_head', 'rimuovi_notifiche');
    
    function rimuovi_notifiche(){
    echo "<style>
    .notice.e-notice.e-notice--dismissible.e-notice--extended, .altra_classe {display: none !important}
    </style>";
    }
    Alain

    (@alainelementor)

    Hello @umberto69 !!

    Thank you for your reply. I’m glad this has been handled.
    We will conclude this conversation; feel free to contact us again for further questions.

    Have a good day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Advertising banner’ is closed to new replies.