I want to hide a few divs on a website. Each of them has its own data-title. Can I use this CSS code? I guess I should do this by using:
{display: none;}
However, I have a big problem with producing the correct selector.
Divs unfortunately do not have names, and class - and they can only be distinguished by the data-title. I will be grateful for any help.