Button not changing to colors chosen

Support Area Forums Agency Button not changing to colors chosen

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://wrwwomensrecoveryworkshop.com/the-workshop/register/
  • Author
    Posts
  • #24826
    Avatar photoDurenda Wood
    Participant

    Hello!

    I have changed the background button to #032443 text to white then button hover background hover to #659aba with white text and it doesn’t change. Can you send me some code to put in the css to override your original setting?

    #24827
    Bill Robbins
    Moderator

    Hello Durenda,

    Looks like there is some specificity getting your custom buttons there. Try this:

    
    a.button {
    	background-color: #032443;
    }
    
    a:hover.button {
    	background-color: #659aba;
    }
    
    

    I changed the theme so it will take care of those in the next update.

    Merry Christmas,
    Bill

    #24828
    Avatar photoDurenda Wood
    Participant

    Great! Thank you!

    #24829
    Bill Robbins
    Moderator

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Button not changing to colors chosen’ is closed to new replies.