I would like to remove the ‘you might also like’ section on my posts page, I tend not to use pictures, so they’re showing as grey boxes.
Hey Deweyjcooper,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.related_posts.av-related-style-tooltip {
display: none;
}
Best regards,
Jordan