lisa
(@contentiskey)
are you using a child theme or trying to directly edit the parent theme CSS?
in some themes the CSS for a navigation menu is controlled with media queries in the CSS file.
this means that the same media query needs to be used when you modify the border, colors etc of the navigation menu too.
are you familiar with CSS and media queries? if yes, I can provide more direction to help with the changes.
Maybe the problem is that I am just familiar with CSS:) Please, try to help me, maybe I will manage do it. And I don’t know what is media queries
lisa
(@contentiskey)
media queries is a part of CSS.
if you want to learn how to modify and manage css for your website here are a few resources to start with:
http://css-tricks.com/
http://www.w3.org/Style/CSS/
http://www.codecademy.com/tracks/web