Changing the colour of the date-of-post circle for Bueno
-
Hi, I’m trying to change the colour of the date-of-post circle for Bueno. My blog is http://verityla.com/. I’m trying to change the colour of the background to blue from the rotten pink that it is at the moment. Thanks in advance! Cheers, Nigel
The blog I need help with is: (visible only to logged in users)
-
That is a 70px diameter circle image. You have to create a new one in the color you want (PNG with transparent background), upload it to your media library, get the URL, add the following to your CSS edit window and then replace IMAGE URL between the double quote marks with the URL of your image.
.post .date { background: url("IMAGE URL") no-repeat scroll left top transparent; } -
-
- The topic ‘Changing the colour of the date-of-post circle for Bueno’ is closed to new replies.