Home Forums WoodMart support forum Change Color Sticky Social Media Icons

Change Color Sticky Social Media Icons

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

    TB
    Participant

    Hello Xtemos Team.
    I waited and yesterday I dared to update my theme to the latest version (update to 8.06).

    Unfortunately, my custom code for the sticky social media icons no longer works (see screenshot). Before, the boxes were completely black with white text.

    My Global CSS code for this is:

    .wd-sticky-social .wd-icon {
        background-color: black;
    }
    .icons-design-colored .social-facebook, .icons-design-colored .social-email, .icons-design-colored .social-pinterest, .icons-design-colored .social-whatsapp {
        background-color: black!important;
    }

    Does the custom CSS code now have to be modified? Or can I solve the problem differently?

    Thank you very much for your support.
    Thorsten

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

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below for help:

    body .wd-social-icons.wd-style-colored>a {
            --wd-social-bg: #333;
    }

    Kind Regards

    #626863

    TB
    Participant

    Hi Luke.

    Great! That works. Many Thanks!!!!!!!!

    Kind regards

    #626865

    Luke Nielsen
    Keymaster

    Hello,

    You’re very welcome! I’m glad to hear that the solution worked for you. Should you have any further questions or need assistance, feel free to reach out.

    Have a good day!

    Kind Regards

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

The topic ‘Change Color Sticky Social Media Icons’ is closed to new replies.