Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1136468
    drmatthewpotts
    Participant

    Hi, i can’t see how to hide the tag cloud sidebar on posts.

    it takes up 1/3 of the screen and lists tags that are completely irrelevant to the current post topic.

    Ideally i would like to hide the whole sidebar to give the post more room.

    I have tried the CSS people suggested on google but it hasn’t worked.. would prefer a setting within the theme rather than code so i can change it whenever needed but can’t see one!

    thanks

    #1136526
    Lely
    Moderator

    Hi There,

    Thanks for posting. To hide the entire sidebar, please go to Appearance > Customize > Layout and Design > Content Layout > Choose Fullwidth. This will hide sidebar on every page of your site. In case you want the sidebar to hide on single post page only, that is possible by adding custom CSS.

    Hope this helps.

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