Home Forums ArileWP Pro Sidebar on posts

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #14105
    Ömer G
    Participant

    Hi,
    Can I disable sidebar widgets on posts page?

    Thank you

    #14115
    themearile
    Keymaster

    Hi Omer G

    Please share your posts page URL where you want to remove the sidebar widgets.

    Thanks

    #14119
    Ömer G
    Participant

    Here is my posts page

    https://www.altinokakademi.com/blog/

    I want to remove the widgets below SUBMIT button.

    #14121
    themearile
    Keymaster

    Hi Omer G

    Okay, Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to publish button.

    body.page-template-default .theme-blog .col-lg-4 {
    	display: none;
    }

    Let us know if it works.


    Thanks

    #14203
    Ömer G
    Participant

    Hi,
    All sidebars are disappeared when I added CSS. However I only want to remove the sidebar on Blog page.
    I need to use sidebars on the other pages.
    Thank you

    #14232
    themearile
    Keymaster

    Hi Ömer G

    Ok please remove the above CSS code and add the below CSS code in the Additional CSS box.

    body.page-template-default.page-id-85 .theme-blog .col-lg-4 {
    display: none;
    }

    Let us know if it works.

    Thanks

    #14248
    Ömer G
    Participant

    Great, thank you very much

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Sidebar on posts’ is closed to new replies.