Removing the date from posts
-
Hello, can anyone help me remove the small font date on each featured image on my home page, I’m using the cubic theme?
BestThe blog I need help with is: (visible only to logged in users)
-
Hi there,
If you refer to the small date above each title, then use this CSS:
.entry-meta a {
display: none;
padding: 6px 24px;
font-weight: normal;
}
- The topic ‘Removing the date from posts’ is closed to new replies.