Hi,
in one post it was mentioned that
removes the avtars everywhere. Works.
Chris D. mentioned in one post, how to search & apply CSS only in a specfic widget
Question is, how can I combine these ?
Thanks,
-Markus
in one post it was mentioned that
Code:
.avatar {
display: none !important
}
Chris D. mentioned in one post, how to search & apply CSS only in a specfic widget
Code:
.block[data-widget-id="14"]
{
some css
}
Question is, how can I combine these ?
Thanks,
-Markus