CSS parameter to change the menue
-
Hello
I would like to change some paramaters of the menue of my website.
I know it has to be done via CSS commands. The problem is, that are dozens of parameter to change e.q. the colour of the background, the color of the text itself and so on.But how do I find out the name for the CSS parameter I want to change?
I already find out that I can change the color of the text itself with this CSS command:
.main-navigation a { color: #DF013A; }And I also find out that I can change the background color via this command:
.main-navigation { background-color: #333333; }But if i go with the mouse over a menu item and the submenu opens, i don’t know the parameter for the color of the background color of the submenu or the parameter for the mouse-over color of the submenu. And I haven’t found anything on the Internet about how to find out the names for the dozens of parameters that you can change in the menu.
And these parameters or command could be different for different themes, couldn’t they?Can somebody help me?
thanks in advanced
Andreas
The page I need help with: [log in to see the link]
- The topic ‘CSS parameter to change the menue’ is closed to new replies.