I'm attempting to replicate a section of the menu, but I want the background and hover colors to be reversed. The CSS code for the website wasn't done by me and coding isn't my strong suit.
This page is still a work in progress:
However, I'd like the menu color to change for these two lines:
.squareboxarchery{background-color:#546734;}
.squareboxarchery:hover{background-color:#425227;}
.squarearcherytitle{color:#ffffff;}
and
.squarebox{background-color:#425227;}
.squarebox:hover{background-color:#546734;}
.squaretitle{color:#ffffff;}
I can't figure out how to make it a separate entity... Any assistance would be greatly appreciated!