Home › Forums › Support › GP Customization Help This topic has 5 replies, 3 voices, and was last updated 4 years, 1 month ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 3, 2019 at 6:09 am #887785 RIkzy 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? May 3, 2019 at 9:57 am #888144 DavidStaff Customer Support Hi there, the Header Element can do this: https://docs.generatepress.com/article/header-element-overview/ May 4, 2019 at 7:53 am #888952 RIkzy 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. May 4, 2019 at 8:04 am #888965 TomLead Developer Lead Developer 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. May 4, 2019 at 8:13 am #888973 RIkzy My Site : https://calisthenicwarrior.com/ Yes, background image is set up inside the header element May 4, 2019 at 12:12 pm #889102 TomLead Developer Lead Developer 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. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In