Layout – Sidebar
-
I would like my the sidebar on my home page to be to be different from my other pages, is this possible?
The blog I need help with is: (visible only to logged in users)
-
Hi there, you can use Custom CSS to do this, which would require the WordPress.com Premium Plan upgrade.
You can try out and preview custom CSS before you buy as explained here. As an example, here would be the CSS to change the color of the sidebar on the home page.
.home .sidebar {
background: #eebb00;
}`
- The topic ‘Layout – Sidebar’ is closed to new replies.