Side blog menu and comments box

Discussion in 'Compass WordPress Theme' started by naturalium, Dec 10, 2014.

  1. naturalium

    naturalium New Member

    Joined:
    Nov 27, 2014
    Messages:
    27
    Likes Received:
    0
    Hello, would like not to be shown on right blog menu non of the standard features that are set as default like: recent posts, comments, archives, etc Would like it to be fully blank, no defaults, no blog appearence wanted, will custom it later on by creating a new side navigation menu.

    Also would like to hide the comment entry box below posts, including cthe title "leave a comment", and the submit button.

    Thanks
     
  2. naturalium

    naturalium New Member

    Joined:
    Nov 27, 2014
    Messages:
    27
    Likes Received:
    0
  3. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. You have to edit sidebar.php file as shown below in screenshot.

    11dec1.png

    2. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #commentsbox {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page