[Support request] GP Customization Help

Home Forums Support [Support request] GP Customization Help

Home Forums Support GP Customization Help

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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?

    #888144
    David
    Staff
    Customer Support

    Hi there,

    the Header Element can do this:

    https://docs.generatepress.com/article/header-element-overview/

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

    #888965
    Tom
    Lead 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.

    #888973
    RIkzy

    My Site : https://calisthenicwarrior.com/

    Yes, background image is set up inside the header element

    #889102
    Tom
    Lead 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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.