Home › Forums › Jevelin Theme › Delete side bar to some articles
Home › Forums › Jevelin Theme › Delete side bar to some articles
Hello,
I would like to delete the side bar to some articles and to futur articles I will write.
I found this topic :
https://support.shufflehound.com/forums/topic/blog-sidebar/
Could you please help me with the css code ?
This is are the 2 articles I would like to delete the side bar :
https://www.clarawebdigital.com/etude-client-2/
https://www.clarawebdigital.com/etude-client-1/
I would like to have a design full width like all my other pages/ For example :
https://www.clarawebdigital.com/referencement-seo/
Additionnal information : I am not using “pages”, I am using “articles” because I am using a plugin to generate a menu according to categories which are in articles š
https://www.clarawebdigital.com/nos-clients/
Hope you could help me
Thanks a lot for your help !
Solution for this topic
Thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.single-post.postid-2078 #sidebar, .single-post.postid-2076 #sidebar { display: none; } .single-post.postid-2078 #content, .single-post.postid-2076 #content { width: 100%; padding-right: 0; }
Best regards,
Shufflehound team
So cool ! It is working perfectly ! Thanks a lot.
You are most welcome here š