Hi Stephen,
You can add the following CSS in the “Appearance => Customize => Additional CSS” to remove the underline from the Cover block image.
.wp-block-cover a {
text-decoration: none;
}
Regards,
Sakin
Hi Stephen,
You can add the following CSS in the “Appearance => Customize => Additional CSS” to remove the underline from the Cover block image.
.wp-block-cover a {
text-decoration: none;
}
Regards,
Sakin