Social Share Icons - by threeofspades - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 9 years ago ago by Eva Kemp

  • Avatar: threeofspades
    threeofspades
    Participant
    March 31, 2015 at 00:50

    Hello!

    1 ) Is it possible to move the social share icons up on the page so they are under the product description?
    Also, do you know where I can change the share title and description copy?

    2) Is there any way to center the product image and info so it displays with product image on top and description, etc under as it is on mobile?

    3) What theme file can I change the search icon and cart icon images?

    Thank you!

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    March 31, 2015 at 13:04

    Hello,

    1. Unfortunately there is no such possibility. If you want to edit share icons titles you need edit the file wp-content/themes/royal/framework/shortcodes.php (from line 1729 to 1762).
    2. Sorry, but there is no such feature in the theme.
    3. Cart icon is loaded from the image wp-content/themes/royal/images/sprite/icons.png, so you need edit it with some image editor or upload your own image and use this code in custom.css file:

    .ico-sum {
      background-image: url("link_to_your_icon");
    }

    The same is for search icon:

    .fa-search::before {
        content: url("link_to_your_icon");
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.