• hello WP Gurus,

    how can i remove the sidebar on the right site of the blog (here the adresse information etc).
    Is there a way to omit the date, a blog is published.
    Thank your for your support
    Hubi

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

Viewing 1 replies (of 1 total)
  • Hey @hubim !

    how can i remove the sidebar on the right site of the blog (here the adresse information etc).

    If you remove all widgets that are in the sidebar, the sidebar will automatically be hidden. You can do this by going to Appearance > Widgets in your site’s dashboard.

    Is there a way to omit the date, a blog is published.

    You can add this css code by going to Appearance > Customize > Additional CSS

    .post .entry-meta {
      visibility: hidden;
      height: 0;
      margin: 0;
      padding: 0;
    }

    As an alternative, there are some plugins like this that can help you with this, and much more.

Viewing 1 replies (of 1 total)
  • The topic ‘remove Blog Sidebars’ is closed to new replies.