Has there been a div label change?
-
I’ve used CRP for years and had a really good experience with it. I am using the widget to show related content in the sidebar on posts. By default(?) the plugin also shows the same related posts at the bottom of the main content area which I do not want. To work around this, I added the following to the “Additional CSS” area in my theme customizer:
/***Hide Related Posts after video ***/
.crp_related {
display:none;
}This has worked perfectly until recently. Now, .crp_related is affecting both the posts at the bottom of the main content area AND the sidebar widget. If I disable this bit of css, the list of related posts shows up in both areas. I need a way to hide the list in the main content area, but allow the list in the sidebar. The div label on both appear to be identical:
.crp_related.crp-rounded-thumbs
Sorry if I’m missing something simple. Any help is much appreciated!
The topic ‘Has there been a div label change?’ is closed to new replies.