Kolja Posted November 21 Posted November 21 I am using the "team section" to showcase our product offering, since we do not have an online shop. This seems to be the easiest way to do so. https://www.keit.berlin/brote Nevertheless, I would like to navigate to a subsite with more detail info, by clicking on the image. However, I don't seem to be able to link the image with a site url. Is there a simple solution to this?
paul2009 Posted November 21 Posted November 21 22 minutes ago, Kolja said: I am using the "team section" to showcase our product offering, since we do not have an online shop. Nevertheless, I would like to navigate to a subsite with more detail info, by clicking on the image. I recommend using a Store page for the products, even if you do not plan to sell online. This will provide you with a Product List Page for all products. Clicking on a product thumbnail will take users to a Product Detail Page where they can learn more. You can hide the 'Add to Cart' buttons on your Store pages by adding this styling to the Custom CSS panel: /* Hide Add to Cart buttons */ .tweak-products-add-to-cart-button .products.collection-content-wrapper .plp-grid-add-to-cart, .ProductItem .ProductItem-quantity-add-to-cart { display: none!important; } Did this help? Please give feedback by clicking an icon below ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Kolja Posted November 21 Author Posted November 21 Nice idea. Thank you. Two other questions. I added my on fonts. But in the product detail page, the Product name and the price is not applying the individual fonts. Do I need to solve this with code? 2) The arrows to move from one image to the next on the product detail page are way to big for my liking. Can I make them smaller somehow?
Spark-Plugin Posted November 22 Posted November 22 Hi @Kolja, Could you share the link to that specific page? That way, I can take a closer look and provide assistance with the font and arrow adjustments. Thanks. - Answered by Iuno from sparkplugin.com
Kolja Posted November 22 Author Posted November 22 Hello Spark, thank you. here the info www.keit.berlin/shop-2 1) I would like to change the font types to my personal fonts (different applications in the text) 2) I would to change the font size in the text box 3) I would like to change the size of the image arrows left and right to be smaller
tuanphan Posted November 25 Posted November 25 On 11/22/2024 at 5:08 PM, Kolja said: Hello Spark, thank you. here the info www.keit.berlin/shop-2 1) I would like to change the font types to my personal fonts (different applications in the text) 2) I would to change the font size in the text box 3) I would like to change the size of the image arrows left and right to be smaller #1. You can use this to Custom CSS box .grid-main-meta * { font-family: 'orpheus-pro' !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Kolja Posted November 25 Author Posted November 25 thank you Tuanphan, that worked for the overview. But how can I change the font for the detailed page (Name and Price)? How can I change the size of the font?
tuanphan Posted Thursday at 03:56 AM Posted Thursday at 03:56 AM On 11/25/2024 at 11:39 PM, Kolja said: thank you Tuanphan, that worked for the overview. But how can I change the font for the detailed page (Name and Price)? How can I change the size of the font? Use this h1.ProductItem-details-title, div.product-price { font-family: 'orpheus-pro' !important; font-size: 30px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment