Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #581032

    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!

    #581062

    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

    #581127

    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.

    #581135

    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

    #581411

    Got it, thanks!

    • This reply was modified 8 years, 3 months ago by EricSmeets.
    #581575

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.