Hi I’m using Stiletto theme and want to change the button color on this section only, it’s not customizable through the theme settings because of the type of section it is… I want to change them to be opposite of what they are: #FCFBF0 fill with #191919 text color.
Add this code to Custom CSS of that section
.btn--primary::before {
background: #FCFBF0;
}
.btn.btn--primary {
color: #191919;
}
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Change buttons in sections to certain colors in "custom css" | 3 | 120 | January 2, 2024 | |
| How can I change the button color in Studio theme? | 8 | 90 | May 6, 2023 | |
| How can I change the color of specific buttons without coding? | 10 | 76 | January 17, 2022 | |
| Custom button color for a specific section | 10 | 257 | September 11, 2023 | |
| Change button text colour based on section | 1 | 39 | November 20, 2022 |
