Site logo

Archived topic

GP Customization Help

5 replies · Started by RIkzy on May 3, 2019

Viewing posts 1–6 of 6

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 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.

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.

This archived topic is closed to new replies.