How to delete sidebar from all pages

Discussion in 'Appointway WordPress Theme' started by hossman, Oct 29, 2013.

Thread Status:
Not open for further replies.
  1. hossman

    hossman New Member

    Joined:
    Oct 21, 2013
    Messages:
    7
    Likes Received:
    1
    Would like to delete the right hand side bar from all pages and i don't have a blog or plan on allowing comments and i'm pretty sure they are disabled. After removing all the sidebar widgets some functions still show in the right hand side. So would like Search, Archives, & Categories deleted. Please paste code and instructions thanks!

    [​IMG]
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .sidebar.blog {
    display: none;
    }
     
  3. hossman

    hossman New Member

    Joined:
    Oct 21, 2013
    Messages:
    7
    Likes Received:
    1
    Cheers Gourav! That was a clean and quick fix. Were good now thanks ;)
     
Thread Status:
Not open for further replies.

Share This Page