How to remove the bar below the menu?

Discussion in 'Infoway WordPress Theme' started by justglenn, May 9, 2014.

  1. justglenn

    justglenn New Member

    Joined:
    Aug 1, 2013
    Messages:
    12
    Likes Received:
    0
    I'd like to remove the strip that is underneath the menu bar.
    It takes up too much space on the space above the fold.
    Attached is a screenshot of what I mean.

    Thank you
     

    Attached Files:

  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:
     div.heading_wrapper {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page