[ad_1]
Add this in Customize > Additional CSS:
.featured-date,
.highlights-date,
.type-list-date { display: none; }
Thread Starter
protoo
(@protoo)
Works, thanks!
But the space shows in archives and homepage. Is it possible to shift the titles to the edge, so the space won’t be visible?
Here’s a screenshot: https://pasteboard.co/GI33sMovYZtH.jpg. red color is the post title and category, the space in the left is what I’m trying to get rid of. Thanks!
Try adding:
.type-list-inner { padding-left: 30px; }
Thread Starter
protoo
(@protoo)
Works, thank you so much!
