Removing Visual Decorations (square, lines, etc.)
Remove “dots square” behind the post thumbnail from all single posts
1 |
.single-post #content .entry-thumbnail .post-thumbnail:after { display: none !important; } |
Remove vertical lines […]