Remove Page Title

Discussion in 'ColorWay WordPress Theme' started by matthewford, Mar 30, 2015.

  1. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    Hi,

    I would like to remove the first page title in all my page as per the attached screen shot

    In this example I want "Home >> About" removed and just leave the H2 about Title

    Thanks,
    Matthew
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .content-info {
      display: none;
    }
    Regards,
    Sameer
     

Share This Page