Remove heading on each page

Discussion in 'ColorWay WordPress Theme' started by satinfeather99, Mar 5, 2013.

  1. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content-wrap h1 {
    display: none;
    }
    .folio-content h2 {
    display: none;
    }
    .content-wrap .contact h2 {
    display: none;
    }
    This will solve your issue.
     
  3. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    Thank you! That worked perfectly :)
     

Share This Page