How to remove Social Media Icons from Product View page?How to customize the customer registration form?My...

How to deal with an incendiary email that was recalled

Why do neural networks need so many training examples to perform?

Consequences of lack of rigour

Why exactly do action photographers need high fps burst cameras?

Incorporating research and background: How much is too much?

How would an AI self awareness kill switch work?

Can a hotel cancel a confirmed reservation?

Are there any modern advantages of a fire piston?

How do you funnel food off a cutting board?

Can placing a counter on a creature after it has been assigned as an attacker remove it from combat

Why zero tolerance on nudity in space?

One Half of Ten; A Riddle

Am I a Rude Number?

Pronunciation of umlaut vowels in the history of German

How can animals be objects of ethics without being subjects as well?

Why Prushim were the ones who "separated"?

Who is this Ant Woman character in this image alongside the Wasp?

A title for a history book

初めてです, is '初めて' an adverb?

Finding the basis of the intersection of a subspace and span

Can you share a component pouch with another creature?

CREATE ASSEMBLY System.DirectoryServices.AccountManagement.dll without enabling TRUSTWORTHY

Vertical alignment of rbrace

Can I string the D&D Starter Set campaign into another module, keeping the same characters?



How to remove Social Media Icons from Product View page?


How to customize the customer registration form?My Account dropdown templateTier price table on product view pageHow to show social share icon below product on category page in magentoAks for price buttonChange 'add to cart' button to 'view more' on category pageHow to remove header phone numberHow to pass external script inside ajax response?Magento 2.2.2 - Include external/internal Javascript for specific CMS pageAdding a preview product section on the product pageOwn Theme - Working with own icons













0















I am looking everywhere in the Admin panel and in the file manager. I can not find where to remove the social media icons from under the "Add to Cart" button. Can someone please point me in the right direction?










share|improve this question

























  • Are you using any extension for product sharing.

    – Krishna ijjada
    Feb 25 '17 at 7:27











  • refer magento.stackexchange.com/a/142522/45103

    – Gopal Patel
    Feb 25 '17 at 8:35













  • No I am not. I think this is part of the theme.

    – fdarn
    Feb 26 '17 at 9:08


















0















I am looking everywhere in the Admin panel and in the file manager. I can not find where to remove the social media icons from under the "Add to Cart" button. Can someone please point me in the right direction?










share|improve this question

























  • Are you using any extension for product sharing.

    – Krishna ijjada
    Feb 25 '17 at 7:27











  • refer magento.stackexchange.com/a/142522/45103

    – Gopal Patel
    Feb 25 '17 at 8:35













  • No I am not. I think this is part of the theme.

    – fdarn
    Feb 26 '17 at 9:08
















0












0








0








I am looking everywhere in the Admin panel and in the file manager. I can not find where to remove the social media icons from under the "Add to Cart" button. Can someone please point me in the right direction?










share|improve this question
















I am looking everywhere in the Admin panel and in the file manager. I can not find where to remove the social media icons from under the "Add to Cart" button. Can someone please point me in the right direction?







template magento-1.9.2.0 social-buttons






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 9 at 3:58









Teja Bhagavan Kollepara

2,96341847




2,96341847










asked Feb 25 '17 at 7:24









fdarnfdarn

1062




1062













  • Are you using any extension for product sharing.

    – Krishna ijjada
    Feb 25 '17 at 7:27











  • refer magento.stackexchange.com/a/142522/45103

    – Gopal Patel
    Feb 25 '17 at 8:35













  • No I am not. I think this is part of the theme.

    – fdarn
    Feb 26 '17 at 9:08





















  • Are you using any extension for product sharing.

    – Krishna ijjada
    Feb 25 '17 at 7:27











  • refer magento.stackexchange.com/a/142522/45103

    – Gopal Patel
    Feb 25 '17 at 8:35













  • No I am not. I think this is part of the theme.

    – fdarn
    Feb 26 '17 at 9:08



















Are you using any extension for product sharing.

– Krishna ijjada
Feb 25 '17 at 7:27





Are you using any extension for product sharing.

– Krishna ijjada
Feb 25 '17 at 7:27













refer magento.stackexchange.com/a/142522/45103

– Gopal Patel
Feb 25 '17 at 8:35







refer magento.stackexchange.com/a/142522/45103

– Gopal Patel
Feb 25 '17 at 8:35















No I am not. I think this is part of the theme.

– fdarn
Feb 26 '17 at 9:08







No I am not. I think this is part of the theme.

– fdarn
Feb 26 '17 at 9:08












2 Answers
2






active

oldest

votes


















0














Add the following to catalog_product_view.xml in your theme



<referenceBlock name="product.info.social" remove="true"/>




share































    -1














    Add this to your custom-style.css:



    .product-shop-social {
    display:none;
    }





    share|improve this answer

























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "479"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f161724%2fhow-to-remove-social-media-icons-from-product-view-page%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      Add the following to catalog_product_view.xml in your theme



      <referenceBlock name="product.info.social" remove="true"/>




      share




























        0














        Add the following to catalog_product_view.xml in your theme



        <referenceBlock name="product.info.social" remove="true"/>




        share


























          0












          0








          0







          Add the following to catalog_product_view.xml in your theme



          <referenceBlock name="product.info.social" remove="true"/>




          share













          Add the following to catalog_product_view.xml in your theme



          <referenceBlock name="product.info.social" remove="true"/>





          share











          share


          share










          answered 7 mins ago









          Will WrightWill Wright

          3171213




          3171213

























              -1














              Add this to your custom-style.css:



              .product-shop-social {
              display:none;
              }





              share|improve this answer






























                -1














                Add this to your custom-style.css:



                .product-shop-social {
                display:none;
                }





                share|improve this answer




























                  -1












                  -1








                  -1







                  Add this to your custom-style.css:



                  .product-shop-social {
                  display:none;
                  }





                  share|improve this answer















                  Add this to your custom-style.css:



                  .product-shop-social {
                  display:none;
                  }






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Jan 9 at 3:57









                  Teja Bhagavan Kollepara

                  2,96341847




                  2,96341847










                  answered Jan 9 at 1:23









                  SajaSaja

                  1




                  1






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Magento Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f161724%2fhow-to-remove-social-media-icons-from-product-view-page%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown