This topic has 4 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi, how would I go about selecting the type of social icons used with the [share] shortcode..
Thank You
Hello,
unfortunately our theme does not have this feature.
Please accept our apologies for the inconvenience.
Regards,
Stan Russell.
Hi Stan, no problem.
If i am not mistaken. The theme uses font-awesome to render the icons correct?
Can this not be changed using different codes in place of FB, Twitter etc etc.
In style.css Line 3000 odd..
}
.menu-social-icons .ico-linkedin {
display: block;
width: 28px;
height: 28px;
}
.menu-social-icons .ico-linkedin:before {
content: “\f0e1”;
font-family: FontAwesome;
I just need to swop facebook, twitter, pinterest with linkeidn, youtube and rss.
Thanks
Hello,
In this case you need edit the file wp-content/themes/royal/framework/shortcodes.php, find the section “! Share This Product” (line 1704).
Edit the links and text of social media icons.
We recommend to make any changes in a child theme not to lose modifications after the theme update.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up