Bullet list for Archive Widget items
-
I tried to apply the following css code to add bullets to the items of Archive Widget:
.widget_archives li {
margin-left: 14px;
list-style-type: disc;
}However it does not work. Something wrong with it?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
you had archives and it is archive….
.widget_archive li { margin-left: 14px; list-style-type: disc; } -
-
- The topic ‘Bullet list for Archive Widget items’ is closed to new replies.