Remove Page Titles

Discussion in 'ColorWay WordPress Theme' started by n0limit88, Mar 17, 2015.

Thread Status:
Not open for further replies.
  1. n0limit88

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
    I have attached 2 images to serve as an example of the page titles I am trying to remove. Can you please provide a code that will allow me to remove the page titles from all my pages as I would not like to have them there.
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello n0limit88!

    Could you please provide us URL of your website?

    Thanks,
    Praveen
     
  3. n0limit88

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello n0limit88!

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

    Code:
    .content-wrapper h2 {
      display: none !important;
    }
    Thanks,
    Praveen
     
  5. n0limit88

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
    Thank You
     
Thread Status:
Not open for further replies.

Share This Page