This topic has 2 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler
Hi in VC Tabs i cant change the color of the active blok https://gyazo.com/f043f3f977e7542d6ecf55fdc1d67146 any idea how i can do it with a gradient color? https://yourlight.com/producten/
many thanks!
Hello,
.vc_tta-style-modern .vc_tta-tab.vc_active>a {
border-color: #EECFBA !important;
color: white !important;
background: linear-gradient(45deg, #EECFBA, #C5DDE8) !important;
}
https://www.w3schools.com/css/css3_gradients.asp
Regards
You must be logged in to reply to this topic.Log in/Sign up