Remove Information on Blog

Discussion in 'Cloriato WordPress Theme' started by jamsog, Dec 9, 2014.

  1. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
    Is it possible to omit the information below our blog please?
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    textarea#comment {
    border: 1px solid #ddd;
    }
    p.form-allowed-tags {
    display: none;
    }
    .g-recaptcha {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page