Post Grid Block Dot Issue
-
I got the same issue with some user. After updated the Kadence Theme 1.3.0. All the post gird got the black dot. Maybe is this problem “Kadence Theme v1.3.0 changed the post grid markup to use
<ul>and<li>for better accessibility.” So I use this css code to solved my problem.
Hope can help for other people./* Remove bullets from Kadence post grids including category pages */
.kadence-posts-list,
.kadence-posts-list li,
.kadence-posts-list .entry-list-item,
.kadence-blocks-post-grid,
.kadence-blocks-post-grid ul,
.kadence-blocks-post-grid li,
.entry-list-item {
list-style: none !important;
list-style-type: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.