Dear Team,
I love the color of the menu bar items however, is there a way to make the "Contact" button a different color?
Thanks in advance.
J
Dear Team,
I love the color of the menu bar items however, is there a way to make the "Contact" button a different color?
Thanks in advance.
J
Just change following in style1/2/3.css:
#footer .custom_button{
background: #494949 url(../images/skin1/mail.png) 170px center no-repeat;
color: #fff;
}
and
#footer .custom_button:hover{
background-color: #666;
}
(example code from style1.css)
to any color you like.
The Dude
Is there a way to keep top menu the same color, but just have the "contact" within the menu a different color?
Thanks,
J
Do you mean to change the color of just one menu item and keep the color for the other items? If yes, sorry you can't.
The Dude
You must log in to post.