[Resolved] Can't get rid of sidebar for blog.

Home Forums Support [Resolved] Can't get rid of sidebar for blog.

Home Forums Support Can't get rid of sidebar for blog.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1062199
    Santa

    Hi! Started to make a new website. Love the theme! 🙂 Used one of the site templates.

    -Somehow can’t get rid of the sidebar for blog page. How to remove it? The page is currently set to no sidebars, just content.
    – How to change the title color for visited posts? Curently it s pink, can’t find where to change it as all the colors in customizer are changed.
    -Is it possible to change title font for post navigation for posts?

    Thank you!

    #1062212
    Leo
    Staff
    Customer Support

    Hi there,

    – Are you referring to the customizer option here?
    https://docs.generatepress.com/article/sidebar-layout/#blog-sidebar-layout

    – Looks like you’ve added this CSS?

    .menu-item-1673 a, a:visited {
        color: #ff1956;
        border: 15px solid #b9252b;
        position: additive;
        font-size: 24px;
        font-weight: 800;
        letter-spacing: 1px;
    }

    – Try this:

    h3.post-nav-title {
        font-family: "Lato",sans-serif;
    }
    #1062225
    Santa

    Hi! Yes, in the customizer I chose the no sidebars option, but it still shows the right sidebar. Thank you, the code you gave does exactly what I wanted to achieve!

    #1062235
    Leo
    Staff
    Customer Support

    The customizer option should definitely work.

    Can you make sure the Blog Sidebar Layout (not just Sidebar Layout) is set to Content (No Sidebar)?

    If so any caching plugins or server cache at all?

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