Skip to content

Instantly share code, notes, and snippets.

@robhob
Last active August 27, 2018 00:26
Show Gist options
  • Save robhob/8119131274f731a85012b967809fc498 to your computer and use it in GitHub Desktop.
Save robhob/8119131274f731a85012b967809fc498 to your computer and use it in GitHub Desktop.
/* Change background and text color */
.caldera-grid .btn {
background-color:#BD6983 !important;
color:white !important;
font-weight: 900;
}
/* Change background and text color on hover */
.caldera-grid .btn:hover {
background-color:white !important;
color:#BD6983 !important;
}
@agscott
Copy link

agscott commented Aug 27, 2018

This works well but how about an example targeting a specific button only? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment