May 12, 2020 at 2:03 pm
#77579
Theme Horse Support Team
Keymaster
Pleae again go to the ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code just after the end of the previous Provided code.
@media (max-width: 575px) {
.featured-section .featured-slider .post-block .entry-meta.category-meta {
display: none;
}
}
Thanks