[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

[Writer] Default sidebar settings for Writer theme


Recommended Posts

The demo default for your new 'Writer' theme is beautifully simple with the home page having no sidebar.  The general settings tab shows a choice of right or left sidebar only.

Can the home page setting (NO sidebar) be used on other pages / posts throughout the site to give the same sidebar free look. How can this be achieved? Thanks. Brian.

Link to comment
Share on other sites

  • Support

Hello,

Thank you for contacting MyThemeShop today and sorry for any inconvenience that might have been caused due to that.

Yes you can remove the sidebar even on posts and blog page.

To do that; go to Appearance > Theme Options > Styling Options > Custom CSS and add this:

.blog #sidebar {
    display: none;
}
.blog .article {
    width: 100%;
    max-width: none;
}
.single-post #sidebar {
    display: none;
}
.single-post .article {
    width: 100%;
    max-width: none;
}


Looking forward to help you. Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...