This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Tony Rodriguez
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
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
You must be logged in to reply to this topic.Log in/Sign up