Site logo

Archived topic

Rounded Corner for category description area

3 replies · Started by Sankalan on January 20, 2021

Viewing posts 1–4 of 4

Hi team,

I added the following CSS code to get rounded corners:

.paging-navigation, .inside-article, .comments-area, .widget {
border-radius: 7px;
}

Unfortunately, I cannot get the same thing for the segment where category description shows up. Here is what I mean:

https://prnt.sc/xb1yow.

How can I get rounded corner for that?

Hi Sankalan,

Try this CSS:

.archive .page-header {
    border-radius: 7px;
}

Let me know :)

Hi Ying,

It worked like a charm. Thanks!

No problem ;)
Glad to help!

This archived topic is closed to new replies.