You can use this to Custom CSS box to rename Related Product Title “You may also like…”
h2.ProductItem-related-label {
visibility: hidden;
}
h2.ProductItem-related-label:before {
visibility: visible;
content: "New Related Label";
}
Result
