Hello,
It appears that when creating a button it only gives you static options or preset colors (blue, green, gold, gray etc.), am I missing a setting for these in the color scheme options menu?
Otherwise I would like to modify the default colors of the SF Icon Reveal and other buttons. I have added the following to the custom CSS and only had luck getting the hover state to change. Can you help with this css?
Original found on line 9829 of style.css
a.sf-button.blue {
background-color: #00274C!important;
}
Original found on line 9963 of style.css
a.sf-button.sf-icon-reveal.blue {
background-color: #4883B3!important;
}