Site logo

[Support request] Is this possible with Generatepress?

Home Forums Support [Support request] Is this possible with Generatepress?

Home Forums Support Is this possible with Generatepress?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1589951
    Michael

    In particular the curved corners at the top of the featured image?

    https://www.seedprod.com/how-to-create-a-contact-form-in-wordpress/

    #1589953
    Elvin
    Staff
    Customer Support

    Hi,

    It’s definitely possible but this will require a bit of custom CSS.

    If you can link us to the page you’re working on so we could help you out with the CSS writeup.

    Let us know.

    #1589956
    Michael

    That’s very kind of you, thank you.

    https://profitcopilot.com/find-your-blog-niche.html

    #1589965
    Elvin
    Staff
    Customer Support

    You can try adding in a CSS of something like this:

    body.single .inside-article {
        border-radius: 10px;
        border: 1px solid rgb(35, 8, 32);
        overflow: hidden;
    }
    
    .inside-article > *:not(:first-child) {
        padding: 0px 30px;
    }

    This will be the result: https://share.getcloudapp.com/2Nu07jDb

    Note: We’ll have to do a different write-up if you want the form and post navigation outside of the border.

    #1589969
    Michael

    That’s amazing, thank you!

    #1589971
    Elvin
    Staff
    Customer Support

    Nice one. No problem. 🙂

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