Hi, everyone!
I'm trying to customize the default Gantry search button. In the admin panel, I've chosen the option for "image button," and I've uploaded my image to the right place.
The image is appearing, but the default Gantry/Bootstrap button is still appearing underneath. Argh!
Here's my current CSS that I've added to a gantry-custom.css file, but it's had no effect on the button:
.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn-primary {
border-color: none;
background-color: none;
background-image: none;
background-repeat: none;
filter: none;
}
Can anyone let me know how to disable the default, CSS-based button styling? Thank you!