Date displayed in featured post slider on Oxygen theme
-
Is there a simple way to prevent the dates from showing in the post slider?
The blog I need help with is: (visible only to logged in users)
-
-
Add this to your CSS sheet:
.home .recent-articles h1,.home .more-articles h1 {
display:none;
}.entry-meta {
display:none;
}
- The topic ‘Date displayed in featured post slider on Oxygen theme’ is closed to new replies.