Viewing 3 reply threads
You must be logged in to reply to this topic.
Greetings!
Is there a way to change the built-in Codeless button colors?
Please see this page: https://megagroupinvestigations.com/wp/
Each of the “Read More” outlined buttons in the middle 4-column section needs to be a slightly different shade of green that what it is now.
Thanks!
– Daniel
Hello,
Please add the code below into your custom css box:
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline {
color: #6ab165;
border-color: #6ab165;
background-color: transparent;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover, .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus {
color: #ffffff;
border-color: #6ab165;
background-color: #6ab165;
}
Edit the colors to your wish.
Best regards!
This code didn’t seem to have any affect. I still can’t change the color of the buttons.
Thanks,
– Daniel
Hello,
I edited the code above by adding an !important
at the end of the attributes. It’s ok now. Please check your site.
Best regards!
You must be logged in to reply to this topic.