Home Forums WoodMart support forum Color change to Sticky social links

Color change to Sticky social links

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

    Ian Munoz
    Participant

    Hello, is there a way to leave these buttons in one color? and by selecting change.

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

    Hello,

    Your site is under maintenance, please provide your site admin access to the private area. I will check and provide CSS.

    Best Regards

    #201567

    Ian Munoz
    Participant

    Attachments

    #201596

    Hello,

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

    .icons-design-colored .social-whatsapp {
        background-color: #1EBEA5;
    }.icons-design-colored .social-facebook {
        background-color: red;
    }
    .icons-design-colored .social-instagram {
        background-color: #774430;
    }
    .icons-design-colored .social-youtube {
        background-color: #CB2027;
    }
    .icons-design-colored .social-pinterest {
        background-color: #CB2027;
    }
    .icons-design-colored .social-whatsapp {
        background-color: #1EBEA5;
    }

    Please set the color as per your needs.

    Best Regards

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