minstrel
Member
Posted 4 years ago #
See thread at http://wordpress.org/support/topic/148423?replies=10 which is incorrectly marked "[resolved]".
The spacing of icon and text issue was resolved.
However, the issue of the text and background color is NOT resolved. In the Copyblogger theme, hovering over the "Share This" text causes the text to disappear (presumably because it turns to white on a white background).
What can I edit to fix this? See problem at http://blog.psychlinks.ca
williswired
Member
Posted 4 years ago #
New WP user here, and I just added ShareThis to my Copyblogger themed site and seem to be experiencing something similar (i.e. disappearing text on hover) as well as some distortion with the icon.
Any ideas?
minstrel
Member
Posted 4 years ago #
The solution is in the other thread. See http://wordpress.org/support/topic/148423
williswired
Member
Posted 4 years ago #
Ah, I saw that thread. However, I don't find that OLD CSS in the CSS of my theme. Am I missing something?
minstrel
Member
Posted 4 years ago #
No. The reference to "OLD CSS" was to a fix for a previous version of the plugin. Just add the "NEW CSS" to your CSS file for your theme.
That is, add the following somewhere in the style.css file for your theme:
.custom .entry span a:hover{
color:#000;
border-bottom:1px solid #a90000;
padding-left:22px;
}
williswired
Member
Posted 4 years ago #
Gotcha. It worked. Thanks! :-)