Remove text under featured images
- The topic ‘Remove text under featured images’ is closed to new replies.
Need help? Check out our Support site, then
how can I remove the orange Date, Author, Category text under the featured images in Posts? Thank you
The blog I need help with is: (visible only to logged in users)
Refer CSS Code below:
ul.post_meta {
display: none;
}
.content-bar .post .box, .content-bar .page .box{
border: 0px;
}
Okay, thanks. I think I already figured this out, but the code is slightly different. I’ll check and see which works best.