Skip to content

Commit 735b9ba

Browse files
committed
target only the query loop block
1 parent 9007061 commit 735b9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ This theme, like WordPress, is licensed under the GPL.
128128
padding: 1.25em 2.375em;
129129
}
130130

131-
/* Override list style rendering for content ul */
132-
.content ul {
131+
/* Override list style rendering for content ul for query loop blocks */
132+
.wp-block-query > .content ul {
133133
list-style: none;
134134
}
135135

0 commit comments

Comments
 (0)