Social Share Icons - by fashionarena - on WordPress WooCommerce support

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

  • Avatar: fashionarena
    fashionarena
    Participant
    February 26, 2016 at 18:18

    Hello Support,

    How can i change the social share icons?
    I need to be bigger and to be displayed in original colors.

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 27, 2016 at 09:34

    Hello,

    To make icons bigger use this code in Theme Options > Custom CSS > Global Custom CSS:

    .menu-social-icons i {
        font-size: 23px;
        line-height: 35px;
        width: 35px !important;
        height: 35px !important;
    }

    To change icons color use this css code:

    .menu-social-icons .ico-twitter:before {
        color: pink;
    }
    .menu-social-icons .ico-facebook:before {
       color: pink;
    }
    .menu-social-icons .ico-pinterest:before {
     color: pink;
    }
    .menu-social-icons .ico-google-plus:before {
     color: pink;
    }
    .menu-social-icons .ico-envelope:before {
      color: pink;
    }

    Write your color values.

    Regards,
    Eva Kemp.

    Avatar: fashionarena
    fashionarena
    Participant
    February 27, 2016 at 10:56

    thank you very much Eva…

    Avatar: Eva
    Eva Kemp
    Support staff
    February 27, 2016 at 11:02

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Social Share Icons’' has been successfully resolved, and the topic is now closed for further responses

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