How to remove li:before {content: none;} with CSS in a child theme?
-
Need to ‘deactivate’ this portion of CSS code from the default twentyelevn theme:
.commentlist > li:before { content: url(images/comment-arrow.png); }
I tried ‘content:none’ and ‘display:none’ however it does not work with this kind of selector.
thanks ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to remove li:before {content: none;} with CSS in a child theme?’ is closed to new replies.