For links.
I discovered this code for the stylesheet:
border-bottom:#3d6624 1px dashed;
I added it here and it worked, however it placed the dotted line under the title of the post as well, which I don’t want.
a {
color: #3D6624;
text-decoration:none;
border-bottom:#3d6624 1px dashed;
}
a:visited {
color: #3D6624;
}
a:hover {
color: #29303B;
text-decoration:none;
border-bottom:#3d6624 1px dashed;
I’m sure there’s an operator I can add that will remove it from the title…just not sure what that would be. Not very well-versed in php and css.
BTW, my URL is https://www.derrich.com/. You can see what I’m talking about with regard to the titles. It would also be nice to remove from the comment and “Posted In” link below the post.