remove page name and comments

Discussion in 'Slice WordPress Theme' started by huntercs, Feb 5, 2017.

  1. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
    how can i remove the page names and comments closed on the page.
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Would you please share your site URL here?

    I will check and let you know the exact custom CSS code for removing the same.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    Thanks for sharing the site URL,

    To remove that, you need to paste the below custom CSS code in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.
    Code:
    .content_bar h1 {
        display: none;
    }
    #commentsbox {   
        display: none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
    it still shows the name on each page.
     
  6. nitin

    nitin Guest

    Hi,

    Hope you are doing good...!

    This time, just let us do it for you, for which we need access to your dashboard.

    So, send us your website WordPress login details at [email protected] along with the thread link.
    Your Website URL:
    WordPress Username:
    Password :


    We will do it for you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page