hi, i use a enfold social share icon here: http://imgur.com/a/aRqDP
how can i use this big share icon: http://www.lowcarbx.com/wp-content/uploads/2016/12/a145.jpg instead of the small one to share my site on facebook? can you please help me with the code :) I only want to use this big share icon an this one page. all other icons on other pages sould stay in the normal size :)
Greetings, Alexander
And i try to disable the mouse over effect for this icon. http://imgur.com/a/WikuP
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .av-share-box ul li a:after {
content: ' SHARE';
margin-left: 10px;
}
.home .av-share-box .avia-related-tooltip.avia-tt {
display: none!important;
}
Best regards,
Yigit