Forums

colors!!! (3 posts)

  1. geneseoaxp
    Member
    Posted 6 months ago #

    I added the drop down menu feature on my header links, and now theyre blue and i dont know how to change the color!
    my website is http://www.geneseoaxp.com

    Also if anyone knows how to replace the standard central white background with an image that would great.

    Thanks!
    Brian

  2. esmi
    Theme Diva & Forum Moderator
    Posted 6 months ago #

    Don't edit the Twenty Ten theme. Instead create a child theme for your changes. Once your child theme is active, we should be able to help with the customisation.

  3. flashbuddy
    Member
    Posted 6 months ago #

    CSS Mona Mi!

    ESMI is correct about using a child theme, to retain your changes when the theme is updated. When you get that far, add to your menu css class something similar to this:

    style.css (line 162)
    .menu {
    background-image: url("http://fc09.deviantart.net/fs70/f/2009/360/0/6/Textured_Background_3_by_Fairiegoodmother.jpg");
    background-repeat: repeat-y;
    background-color: transparent;

    }

Reply

You must log in to post.

About this Topic