Custom CSS not being recognized
-
Having some difficulty with custom CSS on the “sticky” post at the top of this page: https://blog.provost.indiana.edu/
I’m trying to obfuscate the date for this post only.
Here’s my code:
p.entry-meta.post-info time.entry-time {display: none}I also tried more specificity:
header.entry-header p.entry-meta.post-info time.entry-time {display: none}I even targeted an easier entity like the H1 on that post, but doesn’t seem to be working.
The current theme is Genesis with a child theme.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Custom CSS not being recognized’ is closed to new replies.