Page Titles

Discussion in 'Traffica WordPress Theme' started by myallenmedia, May 23, 2014.

  1. myallenmedia

    myallenmedia Member

    Joined:
    Apr 2, 2013
    Messages:
    51
    Likes Received:
    0
    There seems to be a bug in Traffica. When you have a default page, it shows the page title on the page. If you change that to Full Width, the page title is not there. How can we remove all page titles whether it's default or full width?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    h1.page-title {
    display: none;
    } 
    This will solve your issue.
     

Share This Page