Sorry to bug you, I’ve tried to use a recent similar job, where I received expert advise from Leo, to guide me through changing the background color of a particular Menu Item [“Santa’s Corner”] on my site.
I’m likely going to keep digging a deeper hole I think, so any help is appreciated please. My last attempt is below. I can fool-around with the desired color choices, it’s just the code any help would be appreciated please.
.main-navigation .top-bar ul li#434 a {
background-color: #CB4335;
}
.main-navigation .top-bar ul li.santas-corner a {
background-color: #CB4335;
}
.main-navigation .top-bar ul li.santas-corner a:hover {
background-color: #1D8348;
}