- This topic has 3 replies, 2 voices, and was last updated 7 years, 12 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
	
Viewing 4 posts - 1 through 4 (of 4 total)
	
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Clean Commerce Pro › Need to remove sidebar in the content page but not in the front page
Hello there,
i have this problem… i have added sidebar in the home page / front page, but went it goes to the content page i dont want the sidebar there… i tried to removing it… but when i remove it, it’s removed from the front page too… i need the sidebar in the front page but not in the content page…
Please help Thank you…
please the jpeg in the attachment for what i mean…
http://www.prefectwatches.com/wp-content/uploads/2017/11/problem2.jpg
Hello @sureight,
To display the sidebar only in front page but not in the product page use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.single #primary {
    width: 100%;
}
.single #sidebar-primary {
    display: none;
}Hope this helps.
Best Regards!!
Thank you very much… it works…
thanks again…
Hello @sureight,
Nice to know that your issue is solved .
If you have any issue further then please let us know .
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/theme/clean-commerce/reviews/
Best regards !!
| Cookie | Duration | Description | 
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". | 
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". | 
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". | 
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. | 
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". | 
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. | 
 
	    


