removal of home page intro?

Discussion in 'ColorWay WordPress Theme' started by rexmanaster, Aug 7, 2013.

  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    please could you tell me how to hide/remove the home page intro, i.e. the content and padding associated with the red highlighted portion of the attached.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-info h1 {
    display: none;
    }
     

Share This Page