Category Archives: CSS

Remove >> before list items in Sidebar

In style.css comment out this statement

 HTML |  copy code |? 
1
.entry ul li:before, #sidebar ul ul li:before {
2
 content: "\00BB \0020";
3
 }

Posted in CSS, Theming, Wordpress 3 | Tagged , , , | Leave a comment

Add Styles to Admin Editor (TinyMCE)

Add to functions.php

 PHP |  copy code |? 
1
add_editor_style();

Create editor-style.css in theme folder

Posted in CSS, Theming, Wordpress 3 | Leave a comment