Modern Instagram button

Posted in: Newspaper
Post count: 4

Hi, newspaper theme instagram button is not anymore “modern”
So here is simple solution from me:

.td_social_instagram .td-social-box {
background: linear-gradient(to right, #fa7e1e 8%,#d62976 34%,#962fbf 67%,#4f5bd5 100%);
background-color: #fff;
}

.td_social_instagram:hover .td-social-box:hover {
background: black;
}

Before:
before
After:
After

Post count: 20688

Hi,

That looks nice, thank you for posting the code that you used. This may be helpful for other users.

Creating code with the browser inspector and entering it in the theme panel is a helpful thing to have and user when making various customization of the website
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

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