is it possible to hide dates from posts?
-
I’m using the OXYGEN theme and would like to hide the dates on the slider images–is there any way to do this? I realize the images are related to posts and posts are date-associated, but I’m using this as a portfolio site and was wondering if anyone has figured out how to ‘hack’ this part of the theme.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use Custom CSS (part of your Premium plan) to make changes like that to your site’s theme.
The CSS Customization forum is a great place to get ideas and help from others (including some volunteers with extensive CSS experience). I searched there and found this suggestion for hiding the dates and post titles on the slider in the Oxygen theme:
To remove just the dates, you can use this part of that suggested code:
#featured-content footer { display: none; }You can add that CSS code to the CSS section in your site’s Customizer to use it on your site. Please let me know if you have any questions about that. :)
-
- The topic ‘is it possible to hide dates from posts?’ is closed to new replies.