Duster – Widget
-
Hi there,
I’m trying to style the way widgets look on my blog Is this possible? I want to add the twitter bird for the twitter widget and also change the way Flickr widget display the photos on my side bar. Currently it has a 1px border and the colour of the links are blue.
Is there a way to edit them using CSS?
The blog I need help with is: (visible only to logged in users)
-
Hey I found the answer on how edit the the widgets, if anyone else is wondering the samething:
/* This code will change the twitter widget */.widget_twitter .timesince {
display: block;
font-size: 11px;
margin-right: 8px;
text-align: right;
}aside#twitter-2.widget {
background-color: #f1f1f1;
background-image: url(http://widgets.twimg.com/i/widget-logo.png);
background-repeat: no-repeat;
padding: 3em 1em 2em 1em;
}
- The topic ‘Duster – Widget’ is closed to new replies.