@grafcom
Active 4 months, 3 weeks ago
-
Henry Wright replied to the topic Hide time-since with CSS in the forum How-to & Troubleshooting 10 years, 4 months ago
@grafcom I’m not sure why your code isn’t working. Firebug is telling you the selector is
time-since
and you’re doing this in your CSS file:span.time-since {
display: none !important;
}There must be something else going on. Do you have any more style sheets loading which may take precedence over your theme’s style.css? Are any inline…[Read more]