Link style posts incorrectly styling share text
-
I think this could be improved in the Customizr style files – seems like a bug to me, but not sure.
If I choose a “Link” style for a post, it uses this css code to add a double right arrow after the link:
article.format-link .entry-content a:after { ... content: "0bb"; top: 6px; }
This is fine for the text in the post. But if I use a share plugin that adds its links into the post, then those links also get the same style. That is wrong – the above style should only apply to the Post text and not to other plugin’s text… Not sure if this can be done at all though in blue.css or other Customizr files, so this may just be something we have to manually override.
I’m not that familiar with css, but what I need to do is to avoid applying the above CSS to the embedded class
really_simple_share
.The full CSS looks like this:
<article id="post-184" class="post-184 post type-post status-publish format-link hentry ... row-fluid">
.. all links here should use the customizr link style...
<div style="min-height:33px;" class="really_simple_share really_simple_share_button ...">
.. no links here should use any customizr link style...
- The topic ‘Link style posts incorrectly styling share text’ is closed to new replies.