michaelpga Posted March 2, 2022 Posted March 2, 2022 Site URL: https://www.nourish.melbourne Hello, I would like to delete the second title on my store page 'memberships' as there is a header banner above which describes this exact content. How do I delete this second title? It seems to automatically show depending on the page title in the settings tab - there seems to be no option to 'hide page title'? Please help! See screen shot attached Site: www.nourish.melbourne Password: nm2022 Version 7.1
Jia Posted March 2, 2022 Posted March 2, 2022 8 hours ago, michaelpga said: Site URL: https://www.nourish.melbourne Hello, I would like to delete the second title on my store page 'memberships' as there is a header banner above which describes this exact content. How do I delete this second title? It seems to automatically show depending on the page title in the settings tab - there seems to be no option to 'hide page title'? Please help! See screen shot attached Site: www.nourish.melbourne Password: nm2022 Version 7.1 Hi, beautiful website! Try adding this to custom css: .tweak-products-category-title .products.collection-content-wrapper .nested-category-title.nested-category-title-padding { display:none; } darkgreysky 1 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio
michaelpga Posted March 4, 2022 Author Posted March 4, 2022 On 3/3/2022 at 1:34 AM, Jia said: Hi, beautiful website! Try adding this to custom css: .tweak-products-category-title .products.collection-content-wrapper .nested-category-title.nested-category-title-padding { display:none; } Thank you kindly, this has worked. I was also hoping you might be able to assist me in making the product images smaller, I would ideally like to scale them down about 25% - thank you in advance! See screen shot attached Site: www.nourish.melbourne Password: nm2022 Version 7.1
Jia Posted March 5, 2022 Posted March 5, 2022 On 3/4/2022 at 12:34 PM, michaelpga said: Thank you kindly, this has worked. I was also hoping you might be able to assist me in making the product images smaller, I would ideally like to scale them down about 25% - thank you in advance! See screen shot attached Site: www.nourish.melbourne Password: nm2022 Version 7.1 Sure, add this code: .products.collection-content-wrapper .grid-item .grid-image { width: 75% !important; margin: 0 auto !important; } Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment