Rawan Posted November 5, 2023 Posted November 5, 2023 Hi there Couple questions: How do I go about changing the title font size on my overview product page to use 'paragraph 2' instead of the large 'header' size? https://www.object750.com/shop How do I stop the image change effect on hover? https://www.object750.com/shop How do I change the title font size on an individual product page? https://www.object750.com/shop/p/smiley-pendant-custom-initials Website: https://www.object750.com/shop Password: shop Thank you!
Solution tuanphan Posted November 7, 2023 Solution Posted November 7, 2023 #1. You can add this to Website > Website Tools (under Not Linked) > Custom CSS (or changing H2 in Site Styles) .grid-title { font-size: 14px !important; } #2. Add this CSS code img.grid-item-image.grid-image-cover { opacity: 1 !important; } img.grid-item-image.grid-item-additional-image { opacity: 0 !important; } img.grid-item-image.grid-image-hover { opacity: 0 !important; } #3. Use this CSS code or change Heading 1 in Site Styles h1.ProductItem-details-title { font-size: 18px !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