Post with No Header

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Tue Mar 31, 2015 1:00 pm
hi into instruction you tiped
To use this layout, create a new post or page by clicking on Posts → Add New Post or Pages → Add New Page in your WordPress backend.
Now, in the right-hand side of the screen you will see a section called Page Attributes. Click on the drop-down list for the Template setting and select the Page without header image template


But the section "Page Attributes" have only Pages adjustment end no have into Post adjustment. How i can remoove big Header in Posts?
User avatar
Fresh Boarder

GK User
Tue Mar 31, 2015 10:40 pm
Hello,

I'm sorry, it's a mistake in the documentation, we'll fix it asap.
Unfortunately you can use no header template only with pages. If you'll show me your website (here or via PM) i can send you css code to decrease the height or remove the background of the header.
User avatar
Moderator

GK User
Wed Apr 01, 2015 3:12 pm
Hi,
Try to add the following code into the theme’s css/override.css file

Code: Select all
.single .entry-header {
  background: none!important;
  height: 200px;
}
User avatar
Moderator

GK User
Thu Apr 02, 2015 8:39 am
Thanks its woking

Piotr Kunicki wrote:Hi,
Try to add the following code into the theme’s css/override.css file

Code: Select all
.single .entry-header {
  background: none!important;
  height: 200px;
}
User avatar
Fresh Boarder


cron