Site logo

Archived topic

How to create cured corner of sidebars and images

1 reply · Started by Ankit on June 17, 2021

Viewing posts 1–2 of 2

Here is a website based on generate press theme having rounded corner of sidebars images etc..

I want to apply this theme in my website.. how can i do that?

Here is the website: https://whatsmodapks.com/

Hi there,

You can try this CSS:

.inside-right-sidebar .widget img {
border-radius: 10px;
}

Note: this applies to ALL images on the sidebar.

This archived topic is closed to new replies.