Home Forums Basel support forum Change social icons

Change social icons

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1619

    Pat84
    Participant

    Hi,

    How can I change the social icon style? Under Theme Settings > Social I can only insert my social addresses but no way to change the style.

    PS: I am referring to this http://themeforest.net/item/basel-responsive-ecommerce-theme/full_screen_preview/14906749

    ELEMENTS > SOCIAL BUTTONS

    Thanks!

    Pat

    #1626

    Artem Temos
    Keymaster

    Hello @Pat84,

    Could you please give us a screenshot of where exactly you would like to change your social buttons design? Links you provided is just our demo home page.

    #1680

    Pat84
    Participant

    Under ELEMENTS > SOCIAL BUTTONS in your demo, there are several styles for Social Buttons. The problem is that I can’t find them in the template settings.

    Pat

    #1686

    Artem Temos
    Keymaster

    On this page we demonstrate our “Social buttons” Visual Composer element with all it’s options. See screenshot

    buttons

    #1693

    Pat84
    Participant

    Thanks for your kind reply. I understand that but how can I change the icons on the product page?

    Check this out from one of your demo products http://imgur.com/aC6JkUS

    I wanted my icons to be grey like yours.

    Pat

    #1694

    Artem Temos
    Keymaster

    In this case you need to override file basel/woocommerce/content-single-product.php and replace this line

    <?php echo basel_shortcode_social( array( 'type' => 'share', 'style' => 'colored' ) ); ?>

    With this one

    <?php echo basel_shortcode_social( array( 'type' => 'share', 'size' => 'small' ) ); ?>

    #1706

    Pat84
    Participant

    Thanks very much! I appreciate your help.

    Pat

    #1708

    Artem Temos
    Keymaster

    You are welcome!

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Change social icons’ is closed to new replies.