Is it possible to hide page title on pages?

Steak House, food and drink theme, is now available on support forum.
GK User
Sat Mar 12, 2016 10:28 pm
I would like the page title not to be displayed at the top of the page, for some pages with One-Page layout, which aren't sub pages of the frontpage. Is this possible?

Something similar to the exclamation mark (!) at the front page sub pages as described in the documentation:
The original title of the page is hidden thanks to using the “!” char at the title beginning.
User avatar
Junior Boarder

Joshua M
Mon Mar 14, 2016 8:47 am
Hi,

This way with (!) mark is only for frontpage sections. You have to use page id and css, could you provide any URL to this page? Then I'll be able to give you a css code.
User avatar
Moderator

GK User
Mon Mar 14, 2016 12:19 pm
Hi Joshua and thanks for the reply :)

On this page I would like to hide the page title, so the parallax image with the title appears at the top.

At first I tried using the gk-parallax class at the header element with no success, so I ended up using Page Builder for that.
User avatar
Junior Boarder

Joshua M
Tue Mar 15, 2016 8:32 am
Try to add the following custom css code:
Code: Select all
.page-id-766 .one-page-layout .bigtitle {
  margin: 0!important;
}

.page-id-766 .one-page-layout .bigtitle .header {
  display: none;
}

for other pages, you can add the same css selectors with .page-id-X where X is your page ID.
User avatar
Moderator

GK User
Fri Mar 18, 2016 10:36 am
Dear Joshua, thank you for your time and the CSS code!

Unfortunately this hides the title inside the parallax as well :-(
Because I don't feel right me taking more of your time for this, only advise if you have some time to spare.
User avatar
Junior Boarder

Joshua M
Sun Mar 20, 2016 11:13 pm
Please try to add also the following code:
Code: Select all
.page-id-766 .one-page-layout .bigtitle.has-bg .header {
  display: inline-block;
}
User avatar
Moderator


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