Remove sidebar in the home page

Home Forums Jevelin Theme Remove sidebar in the home page

Home Forums Jevelin Theme Remove sidebar in the home page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • hush
    Participant

    I’d like to remove sidebar in the home page ?

    And remove the title on the right.

    Can you help me ?

     

    eric

     

    Attachments:
    You must be logged in to view attached files.

    Hi Eric,

     

    I hope you are well today and thank you for your question.

     

    Sure we can achieve this by developing custom CSS code but for that i need to access your site.

     

    I tried to access your site www.blog.hush.lu but it is not accessible.

     

    Please advise.

     

    Best regards,
    Shufflehound team

    hush
    Participant

    Hello,

     

    Have you try with https://www.blog.hush.lu ?

    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%;
    }
    
    

    hush
    Participant

    Hello,

     

    Oh nice !

    Thank you very much.

     

    Eric

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)