What can I add to the code so that once you press the product type you get linked to the page with the product type? I have a page dedicated to each specific product type for the customer to browse and I want this button to allow them to get to that page from the product page.
Now this is how it looks. I don’t want the gap on top of it and on the bottom. Also I want to change the color and size of the text. How can I modify the code to do this? Thank you so much for your help!
Hey @gatchy , we can add a custom class to the anchor tag and I can add some sample styling to this and you can change it according to your needs, check this below:
Okay, you said you have a dedicated page for each product type, can you share that page too, I wanted to see that page. Is it page or product for that? What’s the URL of that page?
Here you get to rings, for example. This would be the page I want to reach from the ring product. As every product is marked as belonging to a collection they appear on these pages automatically.
Got it! Replace with this code, and secondly, for the vertical spacing, you would need to remove the Product Title bottom margin by navigating to the assets file name “section-main-product.css” and search for “.product__title” and then give margin-bottom:0 and also try to add the styling of the anchor tag in that file as well. While adding the style to that CSS file do remove the and tags as well.