Did you include a link to your site, so that others can see the problem?
Ok http://tienda24.esy.es/
[IMG]http://i63.tinypic.com/24eddah.png[/IMG]
<img src=”http://i63.tinypic.com/24eddah.png” border=”0″ alt=”Image and video hosting by TinyPic”>
add this to your custom css
nav button {
background-color: #000;
}
nav button:hover {
background-color: #fff;
}
change the colors to your liking
newbie here… how are people adding custom css. Is there a preferred plugin?
You should start a new thread and not ask questions within other posts as they may not get answered. Your question could be seen as unrelated however, there is alot of threads regarding this and if you search this site you will find the answer.
Anyway I have started to answer your question you can use a plugin (I think it might be called custom css) or you can create a child theme and you then enter all your css code into your child.
There are threads and google have answers on how to create a child theme.