Background Cupcake Date Image for Twenty Twelve
-
I have followed a tutorial off https://www.sjlwebdesign.com/sjl-blog/index.php/general-sjl-news/sexy-wordpress-date-button to add a date icon to my wordpress site. However, the following code does not display my image:
.postdate {
float: left;
display: inline;
margin: 5px 10px 0 0;
padding: 2px 0 0 0;
background: url(https://bakemeahcake.com/wp-content/uploads/2015/04/date_img.png) no-repeat;
width: 68px;
height: 88px;
text-align: center;
}My background image is a blue cupcake. I have also added the ‘postdate’ class to the single, index and search php loops as directed. My site link is https://bakemeahcake.com
Thank you, Salma
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Background Cupcake Date Image for Twenty Twelve’ is closed to new replies.