Before you ask please READ THIS

Menu Background

Hi there

Is is possible to change the background colour of just the menu area ? And in turn the ccs for the menu buttons ?

Thanks

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    I believe you could try something like this(custom CSS):

    .menu-container{
    background-color: #000000;
    }
    web2go said: And in turn the ccs for the menu buttons ?
    Can you explain what you mean?

    With kind regards.
  • Hi there

    Say for example I want the following:

    Menu background blue
    Text white
    Hover colour black

    And is there any way to decrease the size of a Album slider the height in perticular.

    Thanks
  • AirAir
    Posts: 10,970
    web2go said: Say for example I want the following:

    Menu background blue
    Text white
    Hover colour black
    Maybe this code will work for you

    /* blue background */
    .top-menu li:hover, .top-menu li.open, .top-menu li.current-menu-item, .top-menu li.current-menu-ancestor {
    background-color: blue;
    }

    /* black hover */
    .top-menu li:hover {
    background-color: #000;
    }

    /* white text you can set in theme settings for menu */
    web2go said: And is there any way to decrease the size of a Album slider the height in perticular.
    This is different question from main topic, but rather not possible, as album slider is full height if I remember correctly.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!