Remove page title without losing blog post titles

Discussion in 'Themia WordPress Theme' started by sblais10, Sep 20, 2014.

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

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    Is there a way to stop page titles from showing up without affecting the blog post titles?
    So far i've only found css style changes that wipe out all titles from the website... i'd still like to have titles on the blog posts.
    Using Themia pro responsive theme.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please specify which title do you want to remove with screenshot.

    Thanks & Regards
    Yogesh Bhade
     
  3. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    I've attached a screenshot of the title (circled) that i'd like to remove on all pages without removing the title from blog posts.
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Your website your is under working so i didn't find it so please provide live url.

    Thanks & Regards
    Yogesh Bhade
     
  5. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .fullwidth h1 {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  7. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    Perfect! Thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page