Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi!
I’m trying to change “Read more” button color in Post Grid element of the VC but I have no luck finding any customization settings or Design options for that.
Any ideas?
Hello,
Please add this code into your custom css box:
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
color: #fff;
background-color: #1C730C !important;
}
Change the “color” to edit the font color and “background-color” for the buttons background color.
Best regards!
You must be logged in to reply to this topic.