How can i fix social icon?
-
I success to customize the color and icon of social button. But,, there is one more problem. Well my customers don’t click the social button, because they don’t know about this button.
So,,, i want to fix the social icon always expended ( like the photo ) How can i customize it?
Attachments:
You must be
logged in to view attached files.
Hello,
If you do not want your icons to be expended on hover then use the below CSS code in global custom CSS area under theme settings >> custom CSS:
.woodmart-sticky-social .woodmart-social-icon-name {
display: none;
}
And if you want to display the expended icons all the time then use the below CSS code:
.woodmart-sticky-social .woodmart-social-icon {
display: block;
width: 150px;
}
Best Regards.