Home Forums WoodMart support forum Add Telegram icon fail

Add Telegram icon fail

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

    webtrend
    Participant

    Hi there! This code snippet which you offered to another user is not working for me. I want to replace pinterest to telegram. Any suggestions?

    body .fa-pinterest:before {
    content: “\f2c6”;
    }

    #55590

    Hello,

    Please provide page link and your site admin access. I will check and provide code.

    Best Regards

    #55824

    webtrend
    Participant

    Here is

    #55829

    Hello,

    Please try this code, add it to Theme Settings > Custom CSS:

    .fa-pinterest:before {
        content: "\f2c6";
    }

    Best Regards

    #56575

    webtrend
    Participant

    Hey! After changing it into the child theme, the code which provided telegram icon is no more working. Can you check it please?

    #56612

    Hello,

    Please add the code provided below to Theme settings > Custom CSS of the child theme (your current one)

    Best Regards

    #56621

    webtrend
    Participant

    Thats a problem, even it is already added, the pinterest icon is not replacing

    Attachments:
    You must be logged in to view attached files.
    #56644

    Hello,

    The issue has been fixed by adding “!important”

    Best Regards

Tagged: 

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