Hi Guys,
Not too sure whats happening here but I'm trying to change the menu colour to #e46ba8. I've changed the below code in style1.css but the colour has not changed. Any ideas?
#top #head .nav ul li a {
border:1px solid #eee;
border-bottom: none;
color:#e46ba8;
background: url("../images/skin1/bg_gradiant_stripe_top.png") 0px -20px #fff;
}
#top .nav .current-menu-item a strong{
color:#e46ba8;
font-weight: bold;
}
The site is http://www.marcgodfreeweddings.co.uk
Cheers
Marc














