(@tneville)
Any chance of a link to the affected page? This might be possible through CSS as an easy fix.
Kind Regards,
Tim
Yes, thank you.
(@tneville)
Could you try the below CSS code? It should hide the text that you are referring to – just make sure it doesn’t make anything else disappear!
h4.gbt_18_category_grid_item_title {
display:none;
}
Kind Regards,
Tim
That worked perfectly! Thank you.