How to remove border of instagram feed image

Posted in: Newspaper
Post count: 22

Hi,

How do I remove the thin border line appearing whenever I hover over the instagram feed image?
Please see the attached link: https://imgur.com/a/jSsRs

Post count: 20688

Hi,

You could remove it with a code like this

.td-instagram-element a:before {
border: none;
}

Enter it in Theme panel->Custom CSS code and it should remove the border while hovering the Instagram images.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.