riceballchick
asked 4 years ago

On the left of each post, there are counts below each social media icons. How do I remove the counts?

Thanks a lot!

1 Answers
DominicStaff
answered 4 years ago

You can add the following code to the style.css file or Dashboard > Customize > Additional CSS.

.single-detail .social-bar { display: none; }
riceballchick
replied 4 years ago

Thanks a lot Dominic! This removes the entire social bar. Is there a way to just remove the counts under each social icon?

Dominic Staff
replied 4 years ago

You can use the following code:
.social-bar a span {display: none;}

Powered by DW Question & Answer Pro