Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1368889
    RPronk
    Participant

    Hello, I want mu side bar to be gone on all blog post’s I have read this code in the css should do the trick:

    .single .x-sidebar {
    display: none !important;
    }
    .single .x-main {
    width: 100% !important;
    }

    it works but the background color of the sidebar is still there, how to get rid of that?

    Thanks

    #1368912
    RPronk
    Participant

    on second view above code does not function, it only pushes the sidebar down. Thanks for your help

    #1368955
    Christian
    Moderator

    Hey there,

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1368957
    RPronk
    Participant

    Sadly you can only see this page if you adjust you host file setting. Sorry for that…..

    this is the link: http://kapsalontheravanderheijden.nl/nieuws/

    #1368960
    RPronk
    Participant
    This reply has been marked as private.
    #1368979
    RPronk
    Participant

    If you cannot see that site, I have another one which has a different color scheme but more or less the same: http://kapper1.jumponline.nl/krullen-knippen-met-curlsys/

    here I like to remove the side bar as well on all blog posts

    Thanks

    #1369016
    Thai
    Moderator

    Hi There,

    Please try with this CSS:

    .single .x-sidebar {
        display: none !important;
    }
    body.single {
        background-color: #fff;
    }
    .single .x-main {
        width: 100% !important;
    }

    Hope it helps 🙂

    #1369020
    RPronk
    Participant

    works on both sites! Thank you

    #1369074
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1368889 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>