Forums

Changing colour of my Navigation menu (2 posts)

  1. Shartan
    Member
    Posted 10 months ago #

    Hi
    I have a default navigation from the theme i downloaded and I would like to change the bg colour of the main horizontal navigation and also the spacing between each links but can't find the way to do it. Can someone help me please? My site is at http://www.adventuretravelromania.ro/

  2. vtxyzzy
    Member
    Posted 10 months ago #

    I can't be sure if this is exactly what you want, but it should get you started. Paste these lines at the end of your style.css:

    #menucont.ui-widget-header {
       background: none;
    }
    #menu {
       background-color: tan;
    }
    .sf-menu {
       border-left: none !important;
    }
    .sf-menu a {
       padding: 0.75em 2em !important;
       border-right: none !important;
    }

Reply

You must log in to post.

About this Topic