hey,
your default share via mail color is a hover to #9FAE37
in the styling options is no option to change it.
av-social-link mail
please give me an advice to change the color.
[av_social_share title='' style='' color='dark' buttons='custom' share_mail='aviaTBshare_mail']
thanks a lot
is there a solution to fix it , to use the theme color or a custom color ???
hi,
is something wrong with my question or is it in the wrong support folder ?
Hi!
You can use the following CSS class and change with the background-color: you need
#wrap_all .av-social-link-mail:hover a
Please also note, that you have cache active – which u need to disable to be sure the changes apply.
Let us know if we can helpo you further
Cheers!
Basilis
hi basilis
i add
#wrap_all .av-social-link-mail:hover a
to Quick CSS right
but nothing happend
Hi,
Try this:
#wrap_all .av-social-link-mail:hover a{
background: red !important;
}
Best regards,
Josue
perfect !!
thanks a lot
i changed red with #6D9AC7
You are welcome, glad to help :)
Regards,
Josue