Comments Icon

Posted in: Newsmag
Post count: 23

How to change icon of comments number’s in a block? Thanks

Post count: 35449

Hi,
I think that you are referring to this icon https://i.imgur.com/etkqAn5.png unfortunately, there is no option for it, it can be only turn on and off -> https://i.imgur.com/mzPhD8n.png
Thank you!

Post count: 23

Can I change CSS?

Post count: 35449

Hi,
Yes, that can be done, the css used is this one
.td-module-comments {
position: relative;
top: -3px;
background-color: #848484;
float: right;
font-family: 'Open Sans', arial, sans-serif;
font-size: 11px;
text-align: center;
border-radius: 2px;
border-bottom-right-radius: 0;
}
.td-module-comments a:after {
position: absolute;
bottom: -5px;
right: 0;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 0;
border-color: #5b5b5b transparent transparent transparent;
}

You can edit it and set the code in the theme panel > custom code> custom css.
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.