• I would like to know how to remove the underline on the link in Brunelleschi theme.

    I changed all text-decoration from underline to none, but it didn’t work.

    Please give me some advise.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you want to remove it for all links, you should give it a global style. Just add this to CSS.
    a{text-decoration:none;}

    If that doesn’t work try adding in !important.
    a{text-decoration:none!important;}

    Thread Starter ishikoro

    (@ishikoro)

    Thank you for your comment Abinav!

    I tried both, but it didn’t work..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘underline on the link in Brunelleschi’ is closed to new replies.