Tagged: background, share link, social share
Hello
I’m trying to put a background-image on av-share-link av-social-link-whatsapp but it does not work. I already managed to change the background color, but I can not insert a background image.
Thank you!
Hey welderluiz,
Please link to the page so we can see the element, please also link to the background image that you would like to use.
Best regards,
Mike
Hey Mike,
Link example: https://www.radiocabiuna.com.br/geral/reitor-do-santuario-fala-sobre-a-programacao-da-semana-santa/
(Compartilhe com seus amigos no Whatsapp)
Media: https://www.radiocabiuna.com.br/wp-content/uploads/2019/04/whats-share.jpg
Thank you!
Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.av-share-box li.av-share-link.av-social-link-Whatsapp {
background-image: url(https://www.radiocabiuna.com.br/wp-content/uploads/2019/04/whats-share.jpg);
}
.av-share-box li.av-share-link.av-social-link-Whatsapp a:before {
color: transparent !important;
}
I let the image repeat because it not the correct dimensions to full the box as one.
Best regards,
Mike
Hi Mike
Did not work :(
Look: https://www.radiocabiuna.com.br/politica/12a-sessao-ordinaria-da-camara-de-vereadores-bandeirantes/
I did the test with your CSS:
.av-share-box li.av-share-link.av-social-link-Whatsapp {
background-image: url(https://www.radiocabiuna.com.br/wp-content/uploads/2019/04/whats-share.jpg);
}
.av-share-box li.av-share-link.av-social-link-Whatsapp a:before {
color: transparent !important;
}