Hello,
Is it possible to make a text that will be underlined in a different color then the standard colour? Is there a piece of code I could use?
Thanks!
Hi EricSmeets!
hm year I think so … can you provide us a link to your site showing the elements in question please? we need to be able to inspect the elements.
Best regards,
Andy
Yes of course. If you look on this page: http://www.ericsmeets.nl/testserver/het-creatieve-aanbod/workshop-fotografie-deel-1/ I would like to give the underlined h1 text on the top of the page another colour.
Hey!
Please turn on custom CSS field for ALB elements and add following code to Quick CSS
.your-custom-class h1.av-special-heading-tag u {
border-bottom: 10px solid red;
text-decoration: none!important;
}
Cheers!
Yigit
Got it, thanks!
Hi!
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Regards,
Andy