labels on featured images
- The topic ‘labels on featured images’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
Is there a way to remove the label from the featured images or at least make them smaller? They cover at least half of my pictures… I do have the css upgrade if that matters.
The blog I need help with is paintedposies.com
Thank you!
Amy
The blog I need help with is: (visible only to logged in users)
If you want to remove the label you can use the following in the custom css:
.showcase .item .entry { display:none; }
Perfect! Thank you :)