Site logo

Archived topic

Border radius

3 replies · Started by mdrworks on February 1, 2021

Viewing posts 1–4 of 4

How to make everything in the website with border radius, in other words to make it look like GeneratePress support forum?

Hi there,

this forum uses this CSS:

.comments-area, body:not(.full-width-content) .inside-article, .sidebar .widget {
    background-color: rgba(255,255,255,.9);
    border-radius: 5px;
}

You can adjust it to your preference.

Here's how to add CSS: https://docs.generatepress.com/article/adding-css/

Perfect, thanks!

No problem. :)

This archived topic is closed to new replies.