How do I change the image for the date posted?
-
How do I change the image for the date?
I saw the option to make it text but I want a different image.
Yes I am willing to make my own images.
Does this require CSS or me to upload different images with the same name so they are used instead?
Website: http://minecraftpotato.com/
Moved to Support. Please post in the correct section next time.
Mod
The image for the date is part of the master sprite image. You will need to create your own image and then add some CSS rules to make the date point to that image instead. This is best accomplished using a child theme.
Mod
That is why I recommended the use of a child theme. You automatically have a folder to put such things in. If not, you will need to upload the file to the media gallery and use the link provided there.
css:
.post .date {background: url("path") no-repeat}Mod
The image is just a background. WordPress adds the rest.
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
