Site logo

Archived topic

How to disable sidebar and add round corner in article post

9 replies · Started by Maggie on June 3, 2021

Viewing posts 1–10 of 10

Hi,

1. How to disable the sidebar see in this link https://ofwmoney.org/blog/

2. How I can add the radius in the post image. On my blog, it only works on feature images.

Thanks.

Hi there,

1. Customizer > Layout > Sidebars and set the Blog to Content ( no sidebars ).

2. Is this for Images within your Single Posts?

1. It works
2. Yes it is for Single Post.

Thanks.

2. Try this CSS:

body.single .inside-article .entry-content img {
    border-radius: 5px;
}

Hi, I add Leos Code, but the author is not Round please see the picture .

body.single .inside-article .entry-content img {
    border-radius: 5px;
}

Hi Maggie,

Try this one instead:

body.single .inside-article .entry-content img {
    border-radius: 5px;
}

Thanks it works.

You are welcome :)

This archived topic is closed to new replies.