Tagged: enfold
Is this possible? I would like to move the share icons on the single blog page to right under the metadata. Thanks!
Hey lizybloom!
You can add Social Share Buttons shortcode using Magic Wand
Best regards,
Yigit
I’m sorry. I don’t know what you mean by Magic Wand.
I’m sorry. I don’t know what the Magic Wand is.
Ok, so that is what I thought it was. But I don’t see the Share Buttons as an option. And even if they were, how would I remove them from the bottom of the page?
Hi!
Make sure your using the latest version of the theme, 3.1.4. You should be able to see the “Social Share Buttons” element then under the “Content Elements” section.
Next drag a codeblock element to your page and add this inside.
<style type = "text/css">
.entry-footer .av-share-box {
display: none;
}
</style>
To hide the other share box.
Best regards,
Elliott
Thanks I will update my theme and try that:)