Fix: oppaflooring tag article display
/* Fix: [class*=floor] CSS selector was hiding articles with tag-oppaflooring class */
/* Source: dHConcept Blog CTA v3 CSS has [class*=floor]{display:none} which is too broad */
article.single-entry[class*=”tag-oppaflooring”],
article.single-entry[class*=”tag-floor”],
article.single-entry[class*=”floor”] {
display: block !important;
}
