Home Forums WoodMart support forum Change icon, text and color Sticky Social Links

Change icon, text and color Sticky Social Links

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #384688

    jordi
    Participant

    Hi my client wants a sticky social link but to their shop… is it possible to change de icon, text and color of for example, telegram link? I tried to find the file of this but I don’t know where to find it… in inc-shortcodes?

    Thanks

    #384885

    Hello,

    Please add the telegram link then i will provide the CSS to change the color and icon.

    Best Regards

    #384888

    jordi
    Participant

    I added the link, I need “Shop” in text, cart icon and green color.

    Thank you very much

    #385013

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    a.wd-social-icon.social-tg .wd-icon-name {
        font-size: 0;
    }
    
    a.wd-social-icon.social-tg .wd-icon-name::before {
        content: "Shop";
        font-size: 14px;
    }
    
    .icons-design-colored .social-tg {
        background-color: green;
    }
    
    .social-tg .wd-icon:before {
        content: "\f126";
        font-family: woodmart-font;
    }

    Best Regards

    #385018

    jordi
    Participant

    Thank you very much!

    #385043

    Hello,

    You are Most Welcome.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change icon, text and color Sticky Social Links’ is closed to new replies.