Home Forums Jevelin Theme Remove sidebar in the home page Reply To: Remove sidebar in the home page

Home Forums Jevelin Theme Remove sidebar in the home page Reply To: Remove sidebar in the home page

Solution for this topic

You can remove 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

 

body.home #breadcrumbs,
body.home #sidebar.sidebar-right {
    display: none;
}

body.home #content.content-with-sidebar-right{
    width: 100%;
}