How to disable content bar ??

Discussion in 'Blackriders WordPress Theme' started by mybizle, Dec 5, 2013.

  1. mybizle

    mybizle Member

    Joined:
    Jan 1, 2012
    Messages:
    86
    Likes Received:
    1
    Hi

    how to disable content bar ? ( page name displaying on page top area(content-bar), i would like to remove it ,page title already appears on container_24 )
     
  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:
    .page_heading_container{
    display:none;
    }
     
  3. mybizle

    mybizle Member

    Joined:
    Jan 1, 2012
    Messages:
    86
    Likes Received:
    1
    now removed content bar ,actually I want to remove page header from the page (removing page title on page.. disable appearing page title on top of the page)
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Could you please explain your problem with the help of screenshot, what you want to remove and also share the link of your website, so that we can give you the exact solution.
     
  5. mybizle

    mybizle Member

    Joined:
    Jan 1, 2012
    Messages:
    86
    Likes Received:
    1
    Thank you Gourav..please check screenshot
     

    Attached Files:

  6. 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:
    h1.page-title, .contact-page h2, h1.page-title-gall{
    display:none;
    }
     

Share This Page