• 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)
  • 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

    • This reply was modified 4 years, 6 months ago by Alin (a11n).
Viewing 1 replies (of 1 total)
  • The topic ‘underline intrusive’ is closed to new replies.