• Resolved aetosdios

    (@aetosdios)


    Howdy,

    I am a pure newbie in WordPress, and I’m using Pink Touch 2 theme from Automattic. And I found myself very frustrated on removing underline from hyperlink.

    In style.css, I’ve changed eveery “text-decoration” into “none”, and “border-bottom” into “0”. Been searching all around this forum yet I still can’t get rid of those underlines.

    So, perhaps anyone could sparkle his/her miracle to me here? It will be very much appreciated.

    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • What is the URL of your website? If you can provide a sample page with that links I can help you to solve that problem.

    Thread Starter aetosdios

    (@aetosdios)

    Thank you udaraaka, however I’ve already tackled down the problem by inserting:

    <style type="text/css">
    a, a:link{
        text-decoration: none;
    }
    </style>

    just before the </head>

    The thread can now be closed. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Remove Underline from Hyperlinks in Pink Touch 2 Theme?’ is closed to new replies.