PenciDesign Supporter replied
Staff Reply
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width: 767px) {
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta > span:nth-child(2),
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta > span:nth-child(3) {
border-right: 0;
}
.penci-nutrition-meta,
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta > span:last-child {
display: none !important;
}
}Regards,
PenciDesign.