Is there anyway to customize the information that shows up in my sidebar?
like the "VISITORS ONLINE" font is huge, how can I make that smaller?
Customizing when showing on main page
(2 posts) (2 voices)-
Posted 3 years ago #
-
you can customize the CSS for the widget title, the attribute is an <h2> so you could add something like this to tour style.css:
.h2 {
font-size: 12px;
....
}If you want customize the list you can change the class in the widget options (default is "links") and customize it in the style.css
Posted 3 years ago #
Reply
You must log in to post.