Archived topic
How to disable sidebar and add round corner in article post
9 replies · Started by Maggie on June 3, 2021
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;
}
It works on the body picture, but I have a problem on the author 
See example link: https://bit.ly/3pq24mb
I made an edit to Leos CSS here:
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 :)