How to remove subtitle and sub titles area
-
Hi, I hope every one is dong great. I am using WP 2020 theme, just wanted to grab some help to remove the subtitle area as shown on the screenshot bellow:

By the way, I used the CSS cod:
.entry-title {
display: none;
}
To remove the subtitle text, but I could not remove the space left.
Any help is appreciated.Thank You.
-
Hi there,
Please find the below CSS code and try if it works for you.
.singular .entry-header {
display: none;
}This should solve your problem!
Thanks!
-
- The topic ‘How to remove subtitle and sub titles area’ is closed to new replies.