Could you please provide me with the CSS to remove my Post titles from the image slider on my front page.
Many thanks in advance.
The blog I need help with is emmatafft.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Could you please provide me with the CSS to remove my Post titles from the image slider on my front page.
Many thanks in advance.
The blog I need help with is emmatafft.com.
To hide post titles on the Oxygen theme slider, add this to your Appearance → Custom Design → CSS editor:
.featured-post .entry-title {
display: none;
}
Thank you for this information. I am so happy now; brilliant!
This topic has been closed to new replies.