Thread Starter
rcad01
(@rcad01)
It has been resolved, I added in Simple Custom CSS
abbr {text-decoration:none;}
Thread Starter
rcad01
(@rcad01)
I found in Google that I have to add
abbr[title], acronym[title] {
border-bottom: none;
}
In which plugin file do I need to to do the addition?
Thread Starter
rcad01
(@rcad01)
OK. How can I eliminate the underlining?