Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3149
    alday_j
    Member

    Hi.  I’m working on the layout and custom code for my new website. Great job with Catch box, I’m enjoying working with it. I been through the support questions about changing the menu background color, menu font color and rollover background/font colors. I can’t seem to get any of the code to work. It’s like it’s being blocked. I was playing with code in the custom css box and was able to change menu border width and color (though I don’t need that to change). I was able to use other coding to change the header image, etc. Can you please help me. The website I’m working with is http://www.realchangeglobal.org (please note, it’s just a trial and error site at the moment, so I can learn how to work it first.)

    So to recap, how do you change the menu colors, background and font.. so that it overrides the gradient style.

    Thank you so very much for what you do!!

    Jana

    #3186
    Sakin
    Keymaster

    /* To change the menu background color change the color below */
    #branding #access,
    #colophon #access-footer {
    background: none #3d3d3d;
    }
    /* To change the menu text color change the color below */
    #branding ul.menu a, #colophon #access-footer ul.menu a {
    color: #fff;
    }
    /* To change the menu font color change the font name below */
    #branding ul.menu a, #colophon #access-footer ul.menu a {
    font-family: Arial, Helvetica, sans-serif;
    }

    For more on CSS. See this http://www.w3schools.com/css/

    #10891
    eckh20
    Participant

    Where do the options that this CSS creates appear?

    #10895
    Sakin
    Keymaster

    @eckh20: Sorry what is your question?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘menu color problems’ is closed to new replies.