Support » Theme: Neve » Blog Post

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jedicolin

    (@jedicolin)

    Please can anyone help?

    Hi, jedicolin, I’m another Neve user.

    You can try using the following CSS to hide the sidebar only for blog posts:

    body.single-post .nv-sidebar-wrap.col-sm-12.nv-right.blog-sidebar {
        display: none;
    }
    Thread Starter jedicolin

    (@jedicolin)

    Hi @plantprogrammer

    Thank you for the CSS code…….it works and looks better!

    Hi @jedicolin!

    It’s possible to remove the sidebar from single posts using the options from the theme, without adding custom code. This can be done in the Customizer by following the steps below:

    • go to Layout
    • go to Content/Sidebar
    • expand Single Post
    • choose the Full Width option under Sidebar Layout so the sidebar won’t be displayed
    • You can find an example here.

      @plantprogrammer Thanks for helping out other users from the community!

      Have a nice day!

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