I need to remove the heart icons in Pretty Young Thing. Please be very specific in what I need to do, I am a beginner. Can anyone help?
Thanks,
The blog I need help with is blushbridal.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I need to remove the heart icons in Pretty Young Thing. Please be very specific in what I need to do, I am a beginner. Can anyone help?
Thanks,
The blog I need help with is blushbridal.wordpress.com.
The hearts in the header of the Pretty Young Thing theme are part of the header graphic. Here is the graphic:
http://s0.wp.com/wp-content/themes/premium/pretty-young-thing/images/header.png
You can make a new graphic, upload it to your media library, and use the following CSS to replace the graphic with the one you created:
#header {
background: url(YOUR_IMAGE_URL);
}
Replace YOUR_IMAGE_URL with the one for the image you uploaded to your media library.
This topic has been closed to new replies.