Try adding the red part in the stylesheet:
A.category-top, A.category-top:visited {
color: #7E5746;
text-decoration: none;
font-size:15px;
font-weight:bold;
padding: 0;
margin: 40px 0;
line-height:2em;
border-bottom:1px solid;
}
Try adding the red part in the stylesheet:
A.category-top, A.category-top:visited {
color: #7E5746;
text-decoration: none;
font-size:15px;
font-weight:bold;
padding: 0;
margin: 40px 0;
line-height:2em;
border-bottom:1px solid;
}
Thank you stevesh, line spacing worked a charm.