Delete title
Multipurpose WordPress Theme Forum Support
- GK User
- Thu Sep 01, 2016 4:36 pm
Hello everyone, I would like to delete the title in the header of 3 specific pages ... how can I do ??? it's urgent
TNX
TNX
-
- Fresh Boarder
- Joshua M
- Fri Sep 02, 2016 7:38 am
Hi,
Could you please provide me with a URL to these 3 pages, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
Could you please provide me with a URL to these 3 pages, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
-
- Moderator
- Joshua M
- Fri Sep 02, 2016 7:58 am
Add the following code into the theme’s css/override.css file or use any custom css plugin:
- Code: Select all
.page-id-464 .entry-title,
.page-id-473 .entry-title,
.page-id-475 .entry-title {
display: none;
}
-
- Moderator
- GK User
- Fri Sep 02, 2016 8:06 am
it works ... thanks a lot
-
- Fresh Boarder
4 posts
• Page 1 of 1