Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #396204

    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?

    http://www.mosfoundation.org/

    Thanks,

    Dave

    #396428

    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

    #396764

    Thanks Elliott!!! It’s perfect.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing the Secondary Menu Backgorund color and font color’ is closed to new replies.