• Resolved Mr Jazz

    (@mrjazzz)


    Hi I would like to change the underline links to non underline using simple css text deco = none how to?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @mrjazzz, to remove the underline decoration from the WPRA items, add the following CSS to your theme’s styles file.

    .wpra-item a {
    text-decoration:none;
    }

    Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Link Style’ is closed to new replies.