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
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.
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;
}