Hi,
always after click on one of my social icons (instagram, facebook, pinterest) the icon gets the colour of there own layout – pinterest gets red, facebook gets blue…
how can I change this? It would be ok, that the icons didn’t change in another colour…
Please help me…
Best regards,
Eve
Hey Createve_Solutions,
Please try the following in Quick CSS under Enfold->General Styling:
.social_bookmarks a:focus {
background-color: transparent;
color: #95782E;
}
Best regards,
Rikard
Hi,
I’m sorry, but that doesn’t work…
If you click on Pinterest (for example) a new tab opened and when you go to the website you will see the red background on Pinterest and it only get normally when you reload the site…
Best regards,
Eve
Hi,
Try this instead:
.social_bookmarks a:focus {
background-color: transparent !important;
color: #95782E !important;
}
Best regards,
Rikard
Thank you so much for this solution – that works :)!
Best regards,
Eve