Hi,
i would like to have the normal instagram icon at the same place where it is right now beside the navigation but in the normal colors of it.
Would you have a code for that? Would be great :)
Many regards rixi
Hey rixi,
Thank you for the inquiry.
You can try this code in the Enfold > General Styling > Quick CSS field:
#top #wrap_all .social_bookmarks .social_bookmarks_instagram a {
background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
Result:
Best regards,
Ismael
Hi Ismael,
thanks a lot!
I put the following size inbetween, but nothing changed.
width: 50px !important;
height: 50px !important;
font-size: 22px !important;
Is there a way to make the symbol a little bit bigger?
Many regards rixi
