CSS For Buttons Not Changing Style
-
Hi guys! Great plugin ??
I’m having a little issue with being able to alter the CSS of the buttons to match my site. I’ve found the following code within give.css, altered it as necessary and added it to my child theme.
`.give-btn {
background: #1ba9c5;
color: #fff;
padding: 8px 10px;
cursor: pointer;
line-height: 1.2em;
font-size: 1em; }
.give-btn:hover {
background: #168aa1; }`It hasn’t changed anything. I also changed it within the plugin to see if that would work, but it didn’t either.
I’m using a Genesis theme. Is there a snippet I’ll need to add somewhere or something? Perhaps you can assist!
(I’m sorry the site is currently unavailable to look at as it’s being built via a proxy server, which is a pain in the butt! Basically all I’d like to change is the colour of the text and buttons globally so the forms blend in nicely with the style of the site).
Many thanks.
- The topic ‘CSS For Buttons Not Changing Style’ is closed to new replies.