Fix For Double Underlined Links In Bulleted Lists In WordPress

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; }

Continue Reading