• Resolved Li-An

    (@li-an)


    Hello, is there a simple way to desactivate underline showing for specific links? I go crasy with it: each time I create something with a link, it is underlined. I tried to create a simple button in CSS and link is underlined.

Viewing 1 replies (of 1 total)
  • Alin (a11n)

    (@alinclamba)

    Hi,

    You can try the CSS below:

    
    .single .entry-content a:not([class]) {
       background: none;
    }
    

    Give it a try and let me know how it goes.

    Alin

Viewing 1 replies (of 1 total)

The topic ‘underline intrusive’ is closed to new replies.