Woodpecker Theme "comments off" on posts and italics followthrough

Discussion in 'InkThemes-Support Working Hours' started by gilpinfordwpwood, May 16, 2017.

  1. gilpinfordwpwood

    gilpinfordwpwood New Member

    Joined:
    Apr 18, 2017
    Messages:
    1
    Likes Received:
    0
    Two queries.
    How do I remove "Comments Off" on my posts?
    How do I get italics to show up. In edit mode they are there, not when published.
     
  2. Naveen

    Naveen Guest

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

    In order to hide the comments form, you need to paste the below custom CSS code in the Custom CSS field located under Dashboard->Appearance->Theme Options->Styling Settings

    Code:
    #commentsbox { 
        display: none;
    }
    As far as the italics font style is concerned, please share the exact page URL here where you are not getting this.

    I will check and let you know the solution.

    Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page