KyleKessler
Member
Posted 5 months ago #
I was wondering if there is a way to remove the titles from pages. I am using the theme as a website not just a blog. I have tried leaving the title area blank, but that took the page off of the menu as well. Please advise. Thanks again for all of the help.
http://www.riverregionradio.net
If there is no option within the dashboard, you could resolve this through CSS. Are you using a Custom CSS plugin or Child Theme?
KyleKessler
Member
Posted 5 months ago #
Andrew, I am not using a Custom CSS plugin or child theme that I'm aware of. Thanks for any help you can offer.
Download (and install) a Custom CSS Manager plugin. It allows you to make changes externally, so you don't edit the theme's files. Furthermore, your CSS modifications will be safeguarded when the theme updates, instead of erased if within a theme file.
Then within the section of the dashboard allocated by that plugin, enter this;
.entry-title {
display: none;
}
Hi KyleKessler
Raindrops theme support embed style for each posts and pages
Please create a custom field name 'css'
value set below.
.entry-title a{display:none;}
example
Please check above
whether the style is applied or not.
index and category archive and single post.