Can I remove navigation line below menu?

Discussion in 'ColorWay WordPress Theme' started by littleloverscreative, Apr 12, 2014.

  1. littleloverscreative

    littleloverscreative New Member

    Joined:
    Sep 27, 2013
    Messages:
    2
    Likes Received:
    0
    Hello : )

    Is it possible to completely remove the site navigation line below the main menu? See attached image for reference.

    Thank you in advance for your help!
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-info {
    display: none;
    } 
    This will solve your issue.
     

Share This Page