PiterKa Posted October 16, 2013 Share Posted October 16, 2013 I am trying to change bullet from bullet list to special character, but I am not sure if this should be done in CSS or in HTML editor code ? Would you be able to help me where to look ? Link to comment Share on other sites More sharing options...
vekia Posted October 16, 2013 Share Posted October 16, 2013 you can find answer here: http://stackoverflow.com/questions/5316545/libefore-content-how-to-encode-this-special-character-as-a-bullit-in-a Link to comment Share on other sites More sharing options...
PiterKa Posted October 16, 2013 Author Share Posted October 16, 2013 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now