Delete Page Title on top of page

Discussion in 'ColorWay WordPress Theme' started by satinfeather99, Jun 9, 2013.

  1. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    Hi, I like the bread crumbs, but would like to take the Heading off the top of the page out (on the page)

    On this page the word links appears in the bread crumbs(which I like) and then again as a page heading. I would like to take out the Page Heading apprearing on the top of each page. Thanks

    http://69.195.124.91/~wsbowhun/Bowhunters/links/
     
  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-wrap h1 {
    display: none;
    }
    .content-wrap h2 {
    display: none;
    }
     
  3. jorrit

    jorrit New Member

    Joined:
    Aug 7, 2017
    Messages:
    2
    Likes Received:
    0
    Is this the same for the Traffica PRO theme?
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Just paste the code given below in Custom CSS section for the Traffica Pro theme.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-bar h1.page-title {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page