Social Media share icons for product pages - Dawn Theme

I would like my share button to look like the example that I’ve provided, and I would also like it to be centered on the screen instead of the left position that its currently in. And I only need the Facebook and Pinterest symbol to show, not the one in the middle. Any coding or recommendations is greatly appreciated.

Web capture_3-11-2023_132222_blissy.com.jpeg

Hi @Anonymous

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
share-button#Share-template--19026101109009__main {
    display: flex;
    justify-content: center;
}

Regarding the social media icon. Where can i find this in your store?

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

The social media icon photo that I provided was from another website that I found. instead of the “share button” I would like to replace it with the Facebook and Pinterest buttons instead.

Web capture_3-11-2023_132222_blissy.com.jpeg

Hi @Anonymous ,

You can update the theme using below video instructions.

Let me know if its help…