Home › Forums › WoodMart support forum › Соц сети › Reply To: Соц сети
October 14, 2021 at 10:13 am
#325125
Elise Noromit
Member
Hello,
I am a bit confused. Let’s clarify.
You can detect which icons to show and which icons to hide in the Theme Settings > Social profiles. If you want icons to follow the page, you configure the icons in the “Links to the social profiles”, if you want to configure the share icons you configure them in “Share icons”. Nothing has changed it worked in the same way in other versions.
If you want to make round icons on black background, we can do that with CSS. One more point, as I understand you want to change the product page.
Please try this CSS if you want all them on black background and white color:
body .icons-size-small .wd-social-icon {
border-radius:50%;
margin-right:5px!important;
display:inline-block;
min-width:30px;
max-width:30px;
min-height:30px;
padding-top:7px;
}
body .icons-size-small .wd-social-icon, .icons-size- .wd-social-icon span:before{
color:white!important;
background-color:black;
}
Please let us know if you have any difficulties.
Best Regards