Removing Sidebar except Home Page.
-
Hi All,
I am using the Rookie Theme. As the title says, I am trying to remove the sidebar from “pages” other than the home page. That is the one that is eluding me, I managed to remove the sidebar from most other pages by adding the below css in SportPress -> General.
.single-sp_article .content-area {
width: 100%;
border-right: none;
}
.single-sp_calendar .content-area {
width: 100%;
border-right: none;
}
.single-sp_list .content-area {
width: 100%;
border-right: none;
}
.single-sp_event .content-area {
width: 100%;
border-right: none;
}
.single-sp_player .content-area {
width: 100%;
border-right: none;
}
.single-sp_team .content-area {
width: 100%;
border-right: none;
}Thanks for any assistance.
- The topic ‘Removing Sidebar except Home Page.’ is closed to new replies.