Image border type changed with link url added (?)

When I added a link and the URL for my image, the border changed from circle, to rounded. Can’t seem to fix it with CSS …why is it doing this? This is clearly NOT a circle!

https://watermarkprotection.com (you have to log in to see it, there is a maint page on the site)

Hi,

To fix it, please change your css code from


.HomeCircles {
    border: 2px solid #ED1C24;
}

to this

.HomeCircles img {
    border: 2px solid #ED1C24;
}

Thanks

oh my gosh, I must have been totally sleeping on the job. My bad…don’t know how I missed that. Thank you SOO much!

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.