Remove navigation bar at top

Discussion in 'ColorWay WordPress Theme' started by agaricus, Oct 25, 2012.

  1. agaricus

    agaricus New Member

    Joined:
    Jul 13, 2012
    Messages:
    29
    Likes Received:
    0
    Is it possible to remove the top navigation bar on my site?
    Please see the attached picture for a better explanation of what I mean.
    The circled area is that I want to remove.
     

    Attached Files:

  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    #crumbs {
    display:none;
    }
    This will solve your problem.

    Thanks.
     

Share This Page