Hi everyone,
I would like to change the color of the button for the "Image with Text" section, i want it to be red.
Can anyone help me please?
The site URL is: looveme.co
Solved! Go to the solution
Hi @LeoBSN ,
What color scheme would you like here?
Add this to your styles.scss file:
.featured-link--half .button {
background-color: #EC0F0F;
}
Let me know if that works!
This is an accepted solution.
That makes more sense now!
Remove the previous code and add the following:
.block--1610735609871eab3f-0 a.button {
color: #000000;
border-color: #EC0F0F;
}
.featured-link--half .button:hover {
background-color: #EC0F0F;
color: #ffffff;
border: #EC0F0F;
}
Let me know!
This is an accepted solution.
Adjust the first piece of code to have this:
.block--1610735609871eab3f-0 a.button {
color: #000000;
border-color: #EC0F0F!important;
}
Let me know
You're most welcome! Just tag us whenever you need anything!
User | Count |
---|---|
413 | |
200 | |
145 | |
57 | |
43 |