Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #231474

    Hello,
    I have some “dummy content” that appears in a widget on the bottom of the 404 error page, how do I get rid of this widget? The wording of the error is fine, I just don’t want the dummy content to appear on this page (and on any page, for that matter)…

    Thank you,

    Fiorilla

    #231686

    Hi Fiorilla!

    You can add this on Quick CSS or custom.css:

    .error404 .widget.avia_combo_widget, .error404 h3 {
    display: none;
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.