Archived topic
GP Customization Help
5 replies · Started by RIkzy on May 3, 2019
Hi, this website is using generatepress>>> https://amninjas.com/
Their post title is appearing below navigation bar and above the content box.
And they have nice background image behind the post title.
I tried to do this to my new site>>>
I played with the customizations but couldn't do this. What settings should i change to make my site look like this?
Hi there,
the Header Element can do this:
https://docs.generatepress.com/article/header-element-overview/
Hi David, thanks for the help, I could get the post title to appear above the content section.
But I still couldn't get the part of the content section to appear above the background image as seen here>>> https://amninjas.com/
AND also how to get that shadow behind the content section?
Please help.
Did you set up a background image inside the Header Element?
As for the shadow, can you link me to your site so I can provide CSS? The URL you provided above seems to be spam.
My Site : https://calisthenicwarrior.com/
Yes, background image is set up inside the header element
Try this:
.page-hero + .site {
margin-top: -50px;
}
.site {
box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}
You'll want to make sure your Page Hero has enough padding at the bottom so the container doesn't overlap it.