Comments tiffienvato started the conversationMarch 3, 2019 at 9:29amHello,I would prefer the kind of icons that is used in the top line in the footer als well.As I have a background image in the footer, the colored icons can hardly be recognized. I created a background around them, but would prefer just white icons.Thanks in advance,Iristiffienvato repliedMarch 3, 2019 at 9:57amI solved this by writing some custom css:.socials-colored a .socials-item-icon.facebook,.socials-colored-hover a:hover .socials-item-icon.facebook { color: #ac8d4e;}.socials-colored a .socials-item-icon.instagram,.socials-colored-hover a:hover .socials-item-icon.instagram { color: #ac8d4e;} 7,095Oliver repliedMarch 4, 2019 at 7:38amHi, ok, thank you for letting know.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello,
I would prefer the kind of icons that is used in the top line in the footer als well.
As I have a background image in the footer, the colored icons can hardly be recognized. I created a background around them, but would prefer just white icons.
Thanks in advance,
Iris
I solved this by writing some custom css:
.socials-colored a .socials-item-icon.facebook,
.socials-colored-hover a:hover .socials-item-icon.facebook {
color: #ac8d4e;
}
.socials-colored a .socials-item-icon.instagram,
.socials-colored-hover a:hover .socials-item-icon.instagram {
color: #ac8d4e;
}
Hi,
ok, thank you for letting know.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver