Remove Header Bar in Blog Post

Discussion in 'One Page Pro WordPress Theme' started by shaburne, Jul 13, 2016.

  1. shaburne

    shaburne New Member

    Joined:
    Jul 6, 2016
    Messages:
    20
    Likes Received:
    0
    How do I remove the blue bar and Home>>Blog>>(Blog Title)?
    upload_2016-7-13_15-39-19.png
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To remove the concerned section, please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .homepage_nav_title {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page