Home › Forums › Support › Category Description This topic has 5 replies, 2 voices, and was last updated 3 years, 12 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts June 3, 2019 at 12:15 pm #918846 Sonja Hello, how can I design the Category descpription like the posts in a container with the same Shadow? And how can I design the pagination also with this shadow of the posts? June 3, 2019 at 12:27 pm #918865 DavidStaff Customer Support Hi there, try this CSS: .archive .page-header { background-color: #fff !important; padding: 40px !important; } @media (max-width: 768px) { .archive .page-header { background-color: #fff !important; padding: 30px !important; } } June 3, 2019 at 11:25 pm #919148 Sonja Hi David, this works for the category description, but not for the pagination. There is the shadow missing. June 4, 2019 at 2:45 am #919291 DavidStaff Customer Support So find this original CSS: .sidebar .widget, .comments-area { border: 1px solid rgba(232, 234, 237, 1); box-shadow: 0 0 10px rgba(232, 234, 237, .5) } and update it to: .sidebar .widget, .comments-area, .paging-navigation, .archive .page-header { border: 1px solid rgba(232, 234, 237, 1); box-shadow: 0 0 10px rgba(232, 234, 237, .5) } This also includes the archive page header, so i have edited the code i provided above to remove it from them. June 4, 2019 at 3:08 am #919311 Sonja Hi David, thanks, that works. June 4, 2019 at 3:44 am #919358 DavidStaff Customer Support Glad to be of help Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In