Site logo

Archived topic

Link underline removing foobox image lightbox

3 replies · Started by Tuula on August 11, 2021

Viewing posts 1–4 of 4

Hi there,

try changing this CSS:

.entry-content a {
    border-bottom: 3px solid #2BB7B2;
}

to:

.entry-content p a {
    border-bottom: 3px solid #2BB7B2;
}

Hi David,
It works! Thank you so much for your help!

You're welcome

This archived topic is closed to new replies.