Archived topic
Can't get rid of sidebar for blog.
3 replies · Started by Santa on November 13, 2019
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!
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;
}
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!
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?