Site logo

Archived topic

Generate Page Header

22 replies · Started by Darron on May 15, 2016

Viewing posts 16–23 of 23

Tom,

Customize > Background Images is blank…

Nothing in there…

?

Mike

It appears it was a glitch of some kind. There wasn't any content in any of the edit menus. I exited the browser and when I came back all was well. I figured out the header image using Background Images.

That's weird - glad you were able to resolve it though :)

Hi Tom,

I've use Generate Page Header to create a nice parallex header image for what will be my static front page, but the top header (? the one that comes with the free version) is spoiling the design. Is there some way to remove the top header completely? You can see the page in my sandbox here:

http://www.nixon-wit.com/front-page-gp/

I want to get rid of the pale blue band between the menu and the parallex header image.

Any suggestions?

Thanks,

John

just tried the following:

.inside-header {
padding: 40px 40px 40px 40px;
display: none;
}

Tom will know better :)

Hi John,

I guess you are not using the site header so doing this might work for you.

.site-header {
    display:none;
}

As Darron said, Tom will know better.

The above will work but will remove it across the entire site.

If you only want to remove it on that one page, use the Disable Elements add-on or use Jamal's CSS in the Simple CSS metabox on that page: https://wordpress.org/plugins/simple-css/

Fantastic!

Thanks for input Darron & Jamal. Much appeciated. In the end I went with Tom's suggestion.

Does just what I want and so straightforward.

John

This archived topic is closed to new replies.