Ho to remove page titles from all my pages
-
I was using a plugin to remove the page titles from my website. The plugin was interfering with my Turbo Tabs plugin. Now I have page titles on each page.
I located this code and placed it in my child theme, nothing happened
.entry-title {
display:none;
}I tried this one also:
.page h1.entry-title {
display: none;
}
/*hides the page title*/Nothing happened.
Here is a link to my site. Any help would be greatly appreciated.
https://www.mobilitysolutionsconsultant.net
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Ho to remove page titles from all my pages’ is closed to new replies.