menu background colour

Community Forums Forums General Discussion menu background colour

This topic is: resolved

This topic contains 2 replies, has 2 voices, and was last updated by  tafita 4 months, 1 week ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11318

    tafita
    Participant
    Post count: 3

    Hi

    I found this in the stylesheet:

    }

    .menu-primary,
    .menu-secondary {
    background: url(images/gray-texture.jpg);
    }

    I would like the background colour of the menu to be white, could someone show me how it’s done?

    Thanks

    • This topic was modified 4 months, 1 week ago by  tafita.
    • This topic was modified 4 months, 1 week ago by  tafita.
    #11386

    anitac
    Moderator
    Post count: 2641

    Replace the current background in the code to:

    background: #ffffff;

    This removes the image background and replaces it with the white color.


    Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
    Why Not Take The Challenge! – Help us answer some of the unanswered posts

    #11553

    tafita
    Participant
    Post count: 3

    Ok thanks that worked :)

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.