I have one problem. I can’t hide ::marker for safari.
#categories-4.widget_categories::marker { content: '' !important; }
It works fine for example for chrome or microsoft edge. Thanks for any help.
I have one problem. I can’t hide ::marker for safari.
#categories-4.widget_categories::marker { content: '' !important; }
It works fine for example for chrome or microsoft edge. Thanks for any help.
3
Answers
Try this:
I had to use both
list-style-type: none
as well aspadding: 0
for Chrome & Safari on MacOS Ventura.For summary and ul:
https://www.w3schools.com/cssref/tryit.php?filename=trycss_list-style-type_ex