Post Custom CSS Carrying Over to Tags?

Hi,

I have added this custom css to individual posts (not added to the theme options css):
div.entry-featured {display: none;}

The problem is if I click on a Tag link from that post, that CSS style for some reason carries over to the Tags page and now none of the featured images show up for all the posts on the tag page…

Any way to prevent this?

Hey @jsowers897,

I have replicated the issue on my end. The Content CSS of the first post is loaded in the archive pages (main blog, category and tag). I’ll post this in our issue tracker. For now, please change your CSS to target single posts like this: .single-post div.entry-featured

I’ll post this bug to our issue tracker so our development team could be made aware once they go through the list.

We’re sorry for the inconvenience.

That works, thank you.

You’re welcome. Glad we could help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.