How can I change the appearance of my social media on my footer (widget)

This topic has 2 replies, 2 voices, and was last updated 7 months, 3 weeks ago ago by Tony Rodriguez

  • Avatar: mariangio
    mariangio
    Participant
    September 8, 2023 at 03:27

    Hi
    How can I change the display on my social media links on my footer. They do not appears round and I would like them to be all white
    Thanks

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 8, 2023 at 06:27

    Hello, @mariangio,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    In order to address your concern, we kindly request you to copy the following CSS code and paste it in the specified location: XStore >> Theme Options >> Theme Custom CSS >> Global CSS. Subsequently, it is imperative to clear your browser cache to view the changes.

    The final outcome should resemble this: https://postimg.cc/ZWC3x444

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
        background-color: #000000 !important;
    }
    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook a.wp-block-social-link-anchor {
        font-size: 30px !important;
    }
    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
        background-color: #000000 !important;
    }
    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram a.wp-block-social-link-anchor {
        font-size: 30px !important;
        padding-top: 0 !important;
    }

    We trust that this solution will effectively address your concern.

    Best Regards,
    Team 8Theme

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.