Jump to content

Changing bullet character from bullet list


PiterKa

Recommended Posts

I did it.

 

global.css

 

#short_description_content

 

#short_description_content ul, #short_description_content ol, #short_description_content dl, #tinymce ul, #tinymce ol, #tinymce dl { margin-left:20px; list-style: none; }
ul li:before {
        content: "\2445 \0020"; color: red;
         }

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...