Changing the color of the Date cirle on the Bueno template
-
I am newish to CSS and was wondering if it is possible to change the color of the date circles on the posts of the Bueno template? Thanks! :)
The blog I need help with is: (visible only to logged in users)
-
That is a PNG image. You would have to create one that same size, upload it, and then replace the relative URL with the URL of your new image.
.post .date { background: url("default/date.png") no-repeat scroll left top transparent; }
- The topic ‘Changing the color of the Date cirle on the Bueno template’ is closed to new replies.