D
D
daniyalov2020-04-28 15:45:26
css
daniyalov, 2020-04-28 15:45:26

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

1 answer(s)
A
Alexander Sharomet, 2020-04-28
@daniyalov

It's unclear.
So what?

.dashboard-widget.products {
 display: none;
}

In your screenshot, there is no .products class inside the .dashboard-widget class.
I assume that it is the dashboard-widget with the .products class that needs to be hidden

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question