If you have double underlined links in bulleted lists in WordPress, it’s an easy fix.
- Go to Appearance >Customize>Additional CSS
- Paste the code below in the box and save.
.entry-content a {
border-bottom: none;
}
