Replacing recent stories with an image
-
Mimbo Pro Rocks!
Recently I replaced ‘ recent stories’ with an image which gave a whole new look to my blog.
#recent h3, #recent ul {
display: none;
}#recent {
content: url(‘http://copy paste image url’);
height: 200px;
padding: 50px;
width: 200px;
}The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Replacing recent stories with an image’ is closed to new replies.