Label-style on "You may also like" Posted in : TheBlogger annamariaParticipant 14 January 2017 at 20:16 #46689 Hi, I’d like to have the same style on “featured area slider” and “You may also like”. I have the “Label” style on the “featured area slider” and like to have that as well on the “You may also like”. I can’t find where I change that. Is it possible? Thank you ahmetsaliKeymaster 15 January 2017 at 01:03 #46690 Hi, sorry currently this is not possible, but that’s a nice idea, I will keep this in mind for a future update, thanks for the feedback. annamariaParticipant 15 January 2017 at 09:33 #46692 OK, I see. Thanks :) annamariaParticipant 15 January 2017 at 09:51 #46693 Can I do that change with some custom CSS perhaps? ahmetsaliKeymaster 15 January 2017 at 13:21 #46694 yes, you can try this custom css code; .related-posts .entry-title a { display: inline; padding: 2px 14px; line-height: 1.6; color: #222; background: #fff; -webkit-box-decoration-break: clone; box-decoration-break: clone; } .related-posts .entry-title a:hover { color: #222; } annamariaParticipant 24 January 2017 at 12:41 #46828 Super, this worked! Thanks :) And if I wish not to have the default grey-ish color overlay over the image can I use any custom CSS for that? ahmetsaliKeymaster 24 January 2017 at 21:33 #46834 you can try this one; .featured-image:hover > a:first-of-type:before { opacity: 0; } .related-posts .post-thumbnail:hover .post-wrap:before { opacity: .5; } you’re welcome ;) please don’t forget to rate the theme on themeforest if you liked it, thanks. Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in and have valid license to reply to this topic. License required for the following item TheBlogger WordPress Themeby pixelwars Login and Registration Log in · Register