Remove Widget List Styles from WordPress Kubrick Theme
This is purely for my own future reference as I like to use this default wordpress theme as a base for all my custom made wordpress themes and I keep having to refind out the CSS works!
How to Define the Titles for Widgets
Add
.widgettitle {color: #db1b1b;}
How to remove all the bullets
Delete
.entry ul li:before, #sidebar ul ul li:before {
content: “\00BB \0020”;
}
How to align the bullet points and remove standard hyperlink
#sidebar ul ul, #sidebar ul ul a, #sidebar ul ol , #sidebar ul ol a {
margin: 5px 0 0 0px;
font-size: 1.2em;
color: #000;
}