Changing Background Color on Specific Desk-Top Menu Item
-
By installing the following code in the additional css section I have been able to change the background color of the specific desk-top menu item “Donate”.
However when I click on the “Donate” button the background color does not display on that page (see Link to the page Ineed help with).
.menu-item-2060421 a {
background: #33cead;
color:#fff !important;
padding:0px 10px 0px 10px !important;
border-radius: 8px;
}
.menu-item-2060421 a:hover {
background: #000;
color:#1E73BE !important;
opacity: 1 !important;
}Please advise how I can get the background color to display on the “Donate” button.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.