Site logo

Archived topic

Styling the comments section

3 replies · Started by Baz on October 31, 2020

Viewing posts 1–4 of 4

Hi, I want to make some style changes to the comments section, using a child theme. Can you please tell me which file contains the comments CSS for the GP theme?

Thanks.

Hi Leo,

I don't need to make any PHP changes, just CSS, like adding a background color and border to the comments section and responses e.g.

.comment-list article {
	background-color: #eee;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 30px;
}

Just wondering if GP contained CSS for the comments section somewhere within the theme.

Thanks.

This archived topic is closed to new replies.