Home Forums WoodMart support forum Change Style of Share Icons in Single Product Page

Change Style of Share Icons in Single Product Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #220570

    Devrental
    Participant

    Hi,

    I want Share Icons in Single Products Page to be in Original Color of the Icons . Like we can change in any Share Block Settings .

    #220594

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single .icons-design-default .woodmart-social-icon.social-facebook {
        color:#000080!important;
    }
    body.single .icons-design-default .woodmart-social-icon.social-twitter {
        color:#00FFFF!important;
    }
    
    body.single .icons-design-default .woodmart-social-icon.social-whatsup {
        color:#00FF00!important;
    }

    If you need other icons to amend the las part of the selector accordingly and set your color: social-whatsup

    Best Regards

    #220612

    Devrental
    Participant

    Thank you . Working perfectly .

    #220627

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Change Style of Share Icons in Single Product Page’ is closed to new replies.