Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1095031
    tomaspernek
    Participant

    Hi there!

    I would like to have the sidebar on my blogroll page but then hide it on single blog posts.

    http://www.recco.technology/recco-sar/

    I have looked around the forum but can not get it to work through the css I have found.

    Best!

    /Tomas

    #1095072
    Thai
    Moderator

    Hi Tomas,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .single.single-post .x-sidebar.right {
        display: none !important;
    }
    .single.single-post {
        background-color: #fff;
    }

    Hope it helps 🙂

    #1095148
    tomaspernek
    Participant

    Hello! That worked out perfectly! You guys are so great, stellar support!

    Have a nice day!

    /Tomas

    #1095195
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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