insert text before share buttons
-
Hey,
I’m trying to insert the word “Share” in front of or above the share buttons using the following CSS (a some variants) in my child theme’s stylesheet:
.shared-counts-wrap.after_content.style-buttons:before {
content: ‘<<< SHARE’;
font-weight: 700;
border-left: 20px;
}Whatever I do, it just seems to place my text after the buttons or in some cases on the buttons themselves.
Could you help me find the correct path?
Thanks
TB
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 ‘insert text before share buttons’ is closed to new replies.