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
User avatar
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?
User avatar
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;
}
User avatar
Moderator

GK User
Fri Sep 02, 2016 8:06 am
it works ... thanks a lot :)
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.