This topic has 8 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Is it possible to give this button a custom color instead of the main colours?
https://gyazo.com/767785382c0f7049375b0d658554d61c
Thanks but what i mean is a custom color like: #FCDC81
Hello,
Please show a page where you want to modify button color.
Regards,
Eva Kemp.
https://gyazo.com/88448c422b0a96f313be5950644033c4 on this yellow button.
Thanks
Hello,
Please add this code in Global Custom CSS:
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
border-color: #FCDC81 !important;
background-color: #FCDC81 !important;
}
Regards,
Eva Kemp.
Great thank you, the white tekst of the word ”contact’ can not read it well because of the color white. Can i change it to another color for example grey ?
Hello,
Try to add color: grey;
in previous code
and this code in Global Custom CSS:
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover {
color: grey;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up