Remove Title and Date in front page slider – Oxygen
The topic ‘Remove Title and Date in front page slider – Oxygen’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I finally got the front page slider working, but there is a “ghost” on the bottom right that shows the name and date of the post, how do I remove this so as to only slide the featured photos?
Thanks
Tom
The blog I need help with is tomsonya.com.
Hi there!
Hiding the post title and the date it was published in the slider would involve a bit of Custom CSS – part of a Premium Plan or Business Plan
With access to your site’s Custom CSS, you could open My Site > Customize > CSS and add the following:
#featured-content h1,
#featured-content footer {
display: none;
}
It does look like there’s a bit of an overlap on those items at the moment, which is being caused by the font size you’re using. I’m opening a ticket now so the design team can look into that aspect of things :)
The topic ‘Remove Title and Date in front page slider – Oxygen’ is closed to new replies.