Site logo

Archived topic

Change layout of homepage or about page.

2 replies · Started by Shailesh on January 10, 2023

Viewing posts 1–3 of 3

Hello team, I want to remove this box/border shadow from the homepage so that I can customize it accordingly. Please suggest the best solution.

Hi Shailesh,

In Appearance > Customize > Additional CSS, you have this code:

.site-content .inside-article, .sidebar .widget, .comments-area {
   box-shadow: 0px 0px 0px 1px rgba(214,218,222,1);
}

To remove the shadow, you'll need to remove this code.

Thanks, I only want to remove it from homepage, not post and categories.

This archived topic is closed to new replies.