Archived topic
Rounded corners on Marketer theme
4 replies · Started by Timo on December 6, 2019
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
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 :)
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
Never mind ... got it working now :)
No problem :)