Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #379361

    Hi,

    I am trying to remove underlines from H3-marked text in text elements.
    The following quick css code does not have any effects:

    .avia_textblock a {
    text-decoration: none;
    }

    Can you give me a hint?

    Thank you
    Klaus

    #379458

    Hi Bklaus_sk!

    Please try using following one

    h3 * {
    text-decoration: none !important;
    }

    Cheers!
    Yigit

    #379708

    Hi Yigit,

    great, thanks, that did the job.
    (May be I should once again try to understand CSS :-( )
    Klaus

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove underlines from hyperlinked H3-Headings in text blocks’ is closed to new replies.