[Support request] Rounded corners on Marketer theme

Home Forums Support [Support request] Rounded corners on Marketer theme

Home Forums Support Rounded corners on Marketer theme

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1096005
    Timo

    Hi!

    How can I edit the CSS so that the blog post page displays the post excerpts with rounded corners? Also, is it possible to define the border size and color as well?

    Cheers,
    Timo

    #1096076
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .blog .inside-article, .archive .inside-article {
        border-radius: 5px;
        border: 1px solid #000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps πŸ™‚

    #1096766
    Timo

    Thanks for the code!

    However, I’m unable to see any changes in my layout.

    Is there a particular place in CSS where I should put this code?

    Cheers,
    Timo

    #1096768
    Timo

    Never mind … got it working now πŸ™‚

    #1097140
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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