The question is all in the title above.
I've tried to find a way to style a border in, but can't find anywhere in the CSS or php file.
Ideas?
The question is all in the title above.
I've tried to find a way to style a border in, but can't find anywhere in the CSS or php file.
Ideas?
Do this in your stylesheet or in header.php:
<style type="text/css">
.wassup_widget { border: 3px solid #777; }
</style>
This topic has been closed to new replies.