Remove title from blog page

Discussion in 'Infoway WordPress Theme' started by cavezzale, Sep 14, 2013.

  1. cavezzale

    cavezzale New Member

    Joined:
    Jul 30, 2013
    Messages:
    10
    Likes Received:
    1
    Is there a way I can remove the bar across the top of the page that says "home" on this page only?
     

    Attached Files:

    momodou4321 likes this.
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this go to the edit page get page id of your current home page.

    2013-09-16_1255.png

    After that add your home page id in place of 183.
    and Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #post-183 .heading_container{display: none;}
     
  3. cavezzale

    cavezzale New Member

    Joined:
    Jul 30, 2013
    Messages:
    10
    Likes Received:
    1
    It didn't work?
     
  4. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .page-id-318 div.heading_wrapper {
    display: none;
    }
    This will solve your issue.
     

Share This Page