Bullet Points in list | WordPress.org

Dear all,

I want to have hooks as bullet points. I used the follow code in css:


ul{
list-style-type:none;!important;}

li:before {    
font-family: 'FontAwesome';
content: 'f00c';}

In mobile version it works. In desktop version not. Where ist the mistake?

Thanks for helping and best regards

The page I need help with: [log in to see the link]



Source link