Hi All,
I am trying to change the “Donate Now” on the top right of the page to look more like a green button with white text, similar to the “Learn More” button on the main page. What CSS element do I need to work with to do this?
Thanks,
Dave
Hi dmpitzer!
Try adding this to your custom CSS.
#avia2-menu a {
background: none repeat scroll 0 0 #719430;
border-radius: 2px;
color: white;
padding: 10px;
}
Regards,
Elliott
Thanks Elliott!!! It’s perfect.