Page Title

Discussion in 'Traffica WordPress Theme' started by annekristenc, Jun 25, 2015.

  1. annekristenc

    annekristenc New Member

    Joined:
    Jun 14, 2015
    Messages:
    9
    Likes Received:
    0
    I have a tiny word title showing up on all of my pages, like the photo i uploaded and circled in red. How do I get rid of these? Thank you! onpointplumbingservice.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:
    body.page h1.page-title {
      display: none !important;
    }
    It will resolve your issue :)

    Thanks,
    Praveen
     

Share This Page