Home › Forums › WoodMart support forum › Create individual pages for each brand › Reply To: Create individual pages for each brand
October 3, 2024 at 1:40 pm
#602230

Hung Pham
Keymaster
Hello kontakt-9949,
Thanks for your patience.
1. WooCommerce is responsible for the “Produkt Merkevare” output and it can be changed only in translations for WooCommerce https://monosnap.com/file/jlNDVxNFBmOCKdH2bJg5eoVceKPH3e. Also, the fact that the “/” symbol is not displayed is a bug in the theme and we will fix it in the next update. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.woocommerce-breadcrumb .breadcrumb-last:not(:last-child):after {
content: "/";
margin-inline-start: 5px;
}
.woocommerce-breadcrumb .breadcrumb-last:not(:last-child) {
color: var(--color-gray-500);
font-weight: 400;
}
2. Please enable the option https://monosnap.com/file/RAfkXJnth9ywicarMfWcJHD3GpMRyb and check
Regards,