- This topic has 1 reply, 2 voices, and was last updated 8 years, 5 months ago by Mahesh.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
June 6, 2016 at 5:55 pm #93035brianmorParticipant
How do I configure Catch Base Pro so that the right sidebar only appears on the homepage?
The homepage is my main blog archive (rather than a static page), so unfortunately I can’t just override my default “No Sidebar (Content Width)” layout.
Happy to do this with a child theme if that’s the best way.
June 7, 2016 at 9:55 am #93074MaheshParticipant@brianmor: This is be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.sidebar-primary { display: none; } body:not(.home) #main { width: 100%; } .home .sidebar-primary { display: block; }
Hope this helps. Let me know if any problem. And please post in your site url.
Regards,
Mahesh -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Sidebar on homepage only’ is closed to new replies.