Hi,
I’m currently using the following Quick CSS code to remove category breadcrumbs in the single product page. However how would I amend it to show a statement with a link to a specific URL?
.single-product span.posted_in {
display:none;
}
Many thanks