How to customize Chinese social in social sharing
This topic has 6 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler
How to customize Chinese social in social sharing
Hello,
Thanks for using our theme.
Please describe your request in more detail.
Regards
thank you for your support!
Since the default social platform in the theme cannot be used in China, it is necessary to set up local social media that can be used.
You can use the next custom CSS code –
.et_b_header-socials [data-tooltip="Instagram"] svg {
display: none;
}
.et_b_header-socials [data-tooltip="Instagram"]:before {
content: '';
width: 1em;
height: 1em;
display: block;
background: url("https://image.similarpng.com/very-thumbnail/2020/05/Popular-Logo-YouTube-icon-PNG.png");
background-size: 1em 1em;
}
> http://prntscr.com/122vbvg
change the code depends on your needs.
For icons here – http://prntscr.com/122veu6
.et-follow-buttons .follow-instagram i {
display: none;
}
.et-follow-buttons .follow-instagram:before {
content: '';
width: 1em;
height: 1em;
display: block;
background: url("https://image.similarpng.com/very-thumbnail/2020/05/Popular-Logo-YouTube-icon-PNG.png");
background-size: 1em 1em;
}
Also, you can submit your request here – https://www.8theme.com/taskboard/
Regards
Thank you!
Successfully replaced.
You’re welcome!
Regards
The issue related to '‘Add custom social’' has been successfully resolved, and the topic is now closed for further responses