The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Please tell me the ...
 
Share:
Notifications
Clear all

[Solved] Please tell me the code of the elements

6 Posts
2 Users
1 Reactions
476 Views
Posts: 52
Topic starter
(@yuri-vasilchenko)
Trusted Member
Joined: 2 years ago

Hi

Unfortunately, I cannot independently identify the correct code for these elements in order to hide them.

Notif 6 1
Notif 6 2
Notif 6 3

I'm looking for these arrows!
Please write the code.

5 Replies
Asti
Posts: 7573
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

We don't see such an issue. Please see how it looks in our case:

Screenshot 2022 05 30 11 31 09 658 com.android.chrome

 

Reply
4 Replies
(@yuri-vasilchenko)
Joined: 2 years ago

Trusted Member
Posts: 52

@asti

This is not a plugin issue!

I just want to hide in the mobile version the hints that appear when you click on the icons of the two filters and the user data icon.

This code worked successfully:

@media screen and (max-width: 1024px) {
.wpd-filter.wpdf-reacted[wpd-tooltip]::after {
display: none!important;
}
.wpd-filter.wpdf-hottest[wpd-tooltip]::after {
display: none!important;
}
.wpdiscuz-user-settings.wpd-info[wpd-tooltip]::after {
display: none!important;
}
}

But this code only hides the rectangular parts of the hints. Little triangles/arrows remained unhidden!

Notif 9

Of course they are visible when touching/clicking on the filter.

Please tell me the code for these triangles/arrows. I would like to hide them too.

Reply
(@yuri-vasilchenko)
Joined: 2 years ago

Trusted Member
Posts: 52

@asti

I am waiting for your reply

Reply
Asti
 Asti
Support
(@asti)
Joined: 7 years ago

Illustrious Member
Posts: 7573

@yuri-vasilchenko,

Here is a code you can use: 

 .wpd-filter.wpdf-reacted[wpd-tooltip]::before {display: none;}
Reply
(@yuri-vasilchenko)
Joined: 2 years ago

Trusted Member
Posts: 52

@asti

Yes, it works great. Thank you!

Reply
Share: