• 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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter amer1515

    (@amer1515)

    I figured it out. What I did was write the following css code in SportsPress -> General. Commented out the call sidebar code. Installed Sidebar manager and only placed the sidebar on the homepage.
    /*
    .page-id-105 .content-area {
    width: 100%;
    border-right: none;
    }

    Roch

    (@rochesterj)

    I’m glad it’s resolved!

    Please, let us know if you need anything else.

    Kind Regards,
    -Roch

    How would I comment out the cll sidebar section, i do not see it in your code? Apologies for lack of knowledge, reaching out to this great forum for help. thanks.

    Roch

    (@rochesterj)

    Hi!

    Please open a new topic so we can help you

    Kind Regards,
    -Roch

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Sidebar except Home Page.’ is closed to new replies.