I am currently using the Oxygen theme. I also have the custom design CSS upgrade. Does anyone know what the CSS code is to hide page titles in the Oxygen theme?
Thanks.
The blog I need help with is jadasfinancial.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
I am currently using the Oxygen theme. I also have the custom design CSS upgrade. Does anyone know what the CSS code is to hide page titles in the Oxygen theme?
Thanks.
The blog I need help with is jadasfinancial.com.
This should do the trick:
.type-page .entry-title {
display:none;
}
Thank you so much. It fixed the "glitch".
This topic has been closed to new replies.