[Resolved] Rounded Corner for category description area

Home Forums Support [Resolved] Rounded Corner for category description area

Home Forums Support Rounded Corner for category description area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1626735
    Sankalan

    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?

    #1626795
    Ying
    Staff
    Customer Support

    Hi Sankalan,

    Try this CSS:

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

    Let me know ๐Ÿ™‚

    #1626867
    Sankalan

    Hi Ying,

    It worked like a charm. Thanks!

    #1626930
    Ying
    Staff
    Customer Support

    No problem ๐Ÿ˜‰
    Glad to help!

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