I would like to change certain buttons in my sections in the custom css for example,
i would like this button blue #4062A6
pass: daplau
A user wants to change button colors in specific sections using custom CSS, specifically requesting a blue color (#4062A6) for certain buttons.
Solution Provided:
.content-box__buttons .buttons with desired background and color valuesOutcome:
The solution was successfully implemented and marked as resolved by the original poster.
I would like to change certain buttons in my sections in the custom css for example,
i would like this button blue #4062A6
pass: daplau
Hello There,
.content-box__buttons .button {
background: #143f97;
color: #ffffff;
}
thank you!
Thank you for your response. Itβs good to know that itβs worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.