XF 2.0 CSS select multiple classes (remove avatar only in a specific widget)

markus68

Active member
Hi,
in one post it was mentioned that
Code:
.avatar {
    display: none !important
}
removes the avtars everywhere. Works.

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
 
Top Bottom