Answer the question
In order to leave comments, you need to log in
How to hide div class?
<div class="dashboard-widget products">
how to hide exactly products inside dashboard-widget ?
preferably via display: none;
Answer the question
In order to leave comments, you need to log in
It's unclear.
So what?
.dashboard-widget.products {
display: none;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question