Hi Poonam
Thanks for your reply. Here is all the text from the Additional CSS box in the theme customisation screen:
/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
// for black menubar
.nav-menu {
background: #009cee;
}
//font color
.main-navigation li a {
color: #333;
}
//hover text//
@media screen and (min-width: 768px){
.main-navigation li a:hover {
background-color: #333;
color: #fff;
}
}
I cut and pasted it directly from the email notification that the forum sends, and pasted it as plain text. I don’t understand any of the technical aspects of CSS so I have no idea if I have done something wrong.
Paul