How do i remove the widgets from the latest posts

Home Forums Jevelin Theme How do i remove the widgets from the latest posts

Home Forums Jevelin Theme How do i remove the widgets from the latest posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • kriss938
    Participant

    even after i remove the widgets from customize for the latest posts page “please assign your widget” still remains and i want the posts to scale the entire page how do i remove the widgets sidebar from the latest post page and make the posts be in the entire page, i have been able to remove the widgets bar from static pages though as in the capture 2 image

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

    Hi @kriss938,

     

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

     

    You can remove the sidebar on blog page 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

     

    .blog #sidebar {
        display: none;
    }
    
    .blog #content {
        width: 100%;
    }

     

    Best regards,
    Shufflehound team

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