Hi there!
I want to make a line between archive months (instead of the points)
Also I’m trying to make the tags at the tag cloud in different color , but without success.
Thank you!
Noy
Hey Noy!
Add this to your custom CSS.
.widget_archive li {
border-bottom: 1px solid black;
}
.widget_tag_cloud a { color: red !important; }
Regards,
Elliott
That’s nice but the points is still there ..
something I can do with it?
Hi!
Add this.
.widget_archive li { list-style-type: none !important; }
Regards,
Elliott
all good! :)