Home Forums WoodMart support forum Changing the Color of Social Buttons on Homepage

Changing the Color of Social Buttons on Homepage

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #616869

    julianberkovics
    Participant

    Dear Support Team,

    I hope this message finds you well. I’m using the WoodMart theme, and I’m trying to customize the color of the social buttons displayed on the homepage. However, I’ve been unable to locate the specific setting or option to adjust their color.

    Could you please guide me on where I can find this configuration in the theme settings or provide the necessary CSS code to customize it?

    Thank you in advance for your assistance. I look forward to your reply.

    Best regards,

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

    Hello,

    There is no option in the theme settings to change the color of the social icons. Please use the below custom CSS code to change the color of the icons:

    .social-facebook {
        --wd-social-brand-color: #365493;
    }
    .social-instagram {
        --wd-social-brand-color: #774430;
    }
    .social-whatsapp {
        --wd-social-brand-color: #1EBEA5;
    }

    Best Regards.

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