Hi guys,
I would like to change to link colours to white only in a promobox. So I tried to use quick css with:
.av_promobox.av-l0kvlh41-d1194dd71d6836cda870baf6765083a5 .avia-promocontent a
{ color:white !important;
}
I have some promoboxes on the website so it would be better to change the link colours for all promoboxes.
Do you have a working solution?
All the best,
Michael
Hey Michael,
Please try this CSS instead:
div.av_promobox a {
color: white;
}
Best regards,
Rikard
Great, thanks a lot!!
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike