Viewing 6 replies - 1 through 6 (of 6 total)
  • If you are aware of CSS coding, use theme editor and edit style.css there. If this doesn’t help, provide the link in concern.

    Not quite sure what you mean? Can you be a bit more specific, maybe a link to your site?

    Thread Starter ricardoquiroz

    (@ricardoquiroz)

    On any site using this theme there is a rectangle with gray border and shadow around the top nav menu on the header. How may we change it or ger rid off

    get rid of it:

    .navbar { display: none; }

    make it transparent, but keep the content:

    .navbar .navbar-inner { background: none; box-shadow:none; }

    This code should go in the last textarea of theme options page (Appearance > Customiz’it!), under Custom CSS.

    Thread Starter ricardoquiroz

    (@ricardoquiroz)

    Thank you,

    How about the border.

    I mean, I would like to have the nav bar completely transparent.

    Just leave the header white.

    Thanks

    Do you mean remove the blue/grey border too?

    header.tc-header {
      background: none repeat scroll 0 0 white;
      border-bottom:none;
      border-top: none;
      min-height: 45px;
    }
    .navbar .navbar-inner {
    	background: 	none;
    	box-shadow:		none;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to eliminate header menu background’ is closed to new replies.