Cloriato Theme, Remove Homepage Heading Description

Discussion in 'Cloriato WordPress Theme' started by rickoverton, Aug 11, 2013.

  1. rickoverton

    rickoverton Guest

    Joined:
    Jul 11, 2013
    Messages:
    6
    Likes Received:
    0
    I need to remove the Home Page Heading Description completely from the Cloriato theme. It currently adds the default text.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .home_content .home_text p {
    display: none;
    }
    This will solve your issue.
     

Share This Page