This topic has 13 replies, 5 voices, and was last updated 8 years, 11 months ago ago by Stan Russell
I am trying to change the clickable button color from red to pink, how do I do this? All of my buttons are red. Please advise.
Hello,
please add following code to your custom.css file:
.button.white {
background-color: pink;
}
Regards,
Stan Russell.
Sorry, that didn’t work.
Hello,
You should create a custom.css file.
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Ok, but the border around the button is still red.
Hello,
please add following css code:
.button {
border: 1px solid pink;
}
Regards,
Stan Russell.
Still did not work, please login and edit it please.
Ok, I was able to get that done, how do I change the read more buttons?
Hello
Please try this code in custom.css:
.read-more{color:pink!important;border-color:pink!important;}
.read-more:hover{color:red!important;border-color:red!important;}
Regards
Brian Johnson
Not working…
Hello,
Please use this code in Global Custom CSS:
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
background-color: #F6C5BE !important;
}
Regards,
Eva Kemp.
Thank you!
Hello ddaniels22,
you are welcome! Have a nice day!
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up