Hover colour for donate button

Support Area Forums Foundation Hover colour for donate button

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #6130
    Janice
    Participant

    Hello Bill,

    Hope you are well.

    I am using Foundation for another site of mine now.

    Please take a look at the home page: http://newbeginningseminar.com/

    For some reason I cannot get the Donate button (Called Register) to turn orange when you hover over it (like the Submit button does underneath it).

    I know it is probably something really simple I am missing, please can you help!!

    Big Thanks
    Janice

    #6139
    Bill Robbins
    Moderator

    Janice,

    All is well here in the deep south (except that it’s too hot for May already).

    Let’s paste this into the box for Custom CSS in the styling tab of the theme options page:

    
    .action-form input.btn:hover, 
    #donate form h4 a:hover, 
    #donate h4 a:hover {
    	text-shadow: none;
    	background-color: #ffc800;
    }
    

    and see if that doesn’t get your hover color straightened out.

    Let me know if you have trouble,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hover colour for donate button’ is closed to new replies.