By Fagault Eric on Tuesday, 31 July 2018
Posted in General
Replies 1
Likes 0
Views 414
Votes 0
Hello,
I wanted to use the module: mod_easysocial_hashtags

I wish I did not display the post count, so I created a class in custom.css, but I can not ask not to show the post quantity:

#body es.t-text - muted {
     color: # 888! important;
     display: none;
}
#body es.t-fs - sm {
display: none
}

How can I do ?

Best regards.

Eric
Hi there,

Can you try apply css codes below and see how it goes.

[gist type="css"]
#es.mod-es-hashtags .o-nav__item .t-text--muted {
display: none;
}
[/gist]
·
Tuesday, 31 July 2018 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post