SSS buttons after Woo product inherits button style
-
Hello!
I’m trying to get the sharing buttons to match on blog posts, pages, and WooCommerce products, and it looks great on the posts and pages, but on Woo they are inheriting the site-wide button style.
I tried adding the code from this thread to my Additional CSS already…it helped, but the color and button spacing is still off.Here’s what I added to Additional CSS in Customizer to match the settings page:
/* Scriptless Social Sharing Customizations —————————————– */ .scriptlesssocialsharing span.sss-name { font-size: 14px; } .scriptlesssocialsharing__buttons a.button { margin-right: 4px !important; border-radius: 5px !important; } .scriptlesssocialsharing__heading { color: black !important; } .scriptlesssocialsharing a.button { color: white !important; display: flex !important; padding: 10px !important; margin-right: 4px !important; border-radius: 5px !important; }
Any other ideas of what I should be doing?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘SSS buttons after Woo product inherits button style’ is closed to new replies.