Page title is repetitive

Discussion in 'ColorWay WordPress Theme' started by tiguadee, Jun 1, 2015.

  1. tiguadee

    tiguadee New Member

    Joined:
    May 30, 2015
    Messages:
    10
    Likes Received:
    0
    on each of my pages the page title is displayed at least 3 times. How can I eliminate the excessive page title near the header of the page?

    I have attached a screen capture of this issue.
    Thanks,
    capturemediasolutions.com
     

    Attached Files:

  2. praveen

    praveen Support Staff

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

    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
     

Share This Page