Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1443637

    Hello,

    how is it possible to get a red hover text on this 6 text blocks underneath the slider.

    Color: #a62c0a

    #1443638

    and without the line.

    Link without underline

    #1443821

    Hi,

    Thank you for the inquiry.

    You can add this css code to adjust the hover color of the links in the text block element:

    .avia_textblock h4 a:hover strong {
        color: #a62c0a !important;
        text-decoration: underline;
        text-decoration-color: #a62c0a;
    }

    Best regards,
    Ismael

    #1444035

    Hello, this didn’t work for this site :(

    #1444088

    Hi,

    Which text exactly are you looking to add this behaviour to?

    Best regards,
    Rikard

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