TaraBarlow Posted April 22, 2020 Share Posted April 22, 2020 Site URL: https://www.fluxbrews.ca/cart I would like to change the title font on my Shopping Cart page. For some reason it has forced my Heading style into all caps, which doesn't read well in a script font. I would like to either force the heading out of caps, or change the text to my Paragraph style on this page. Any help would be appreciated! Link to comment
tuanphan Posted April 24, 2020 Share Posted April 24, 2020 Add to Home > Design > Custom CSS .cart-title { visibility: hidden; } .cart-title:before { visibility: visible; content: "Shopping Cart"; text-transform: capitalize; font-family: monospace; } TaraBarlow 1 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!) Link to comment
jjjuliejj Posted April 30, 2020 Share Posted April 30, 2020 I would like to hide the SHOPPING CART title completely. I tried: .cart-title { visibility: hidden; } But that did not work in 7.1. Any ideas? Thank you. Link to comment
tuanphan Posted May 1, 2020 Share Posted May 1, 2020 16 hours ago, jjjuliejj said: I would like to hide the SHOPPING CART title completely. I tried: .cart-title { visibility: hidden; } But that did not work in 7.1. Any ideas? Thank you. Can you share link to cart page on your site? 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!) Link to comment
chichi Posted June 8, 2020 Share Posted June 8, 2020 @jjjuliejj How did you make the "Shopping Cart" text invisible? Also tried this code below but didn't work... .cart-title { visibility: hidden; } Link to comment
tuanphan Posted June 10, 2020 Share Posted June 10, 2020 On 6/9/2020 at 5:02 AM, chichi said: @jjjuliejj How did you make the "Shopping Cart" text invisible? Also tried this code below but didn't work... .cart-title { visibility: hidden; } .cart-title { visibility: hidden; } 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!) Link to comment
chichi Posted June 14, 2020 Share Posted June 14, 2020 @tuanphan Doesn't work:(( Would you have any other way? I'd be fine with changing the font too instead of hiding it, if that's easier. Link to comment
tuanphan Posted June 14, 2020 Share Posted June 14, 2020 1 hour ago, chichi said: @tuanphan Doesn't work:(( Would you have any other way? I'd be fine with changing the font too instead of hiding it, if that's easier. I see it works here. Can you share link to cart page? Where did you insert code? 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!) Link to comment
chichi Posted June 14, 2020 Share Posted June 14, 2020 I inserted on Custom CSS. https://personalchefberlin.de/cart password: june Link to comment
tuanphan Posted June 14, 2020 Share Posted June 14, 2020 12 hours ago, chichi said: I inserted on Custom CSS. https://personalchefberlin.de/cart password: june Add to Home > Settings > Advanced > Code Injection > Header <style> .cart-title { visibility: hidden; } </style> 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!) Link to comment
chichi Posted June 15, 2020 Share Posted June 15, 2020 @tuanphan It worked! Thank you:)) Link to comment
TaraBarlow Posted July 15, 2020 Author Share Posted July 15, 2020 @tuanphan thank you SO much for the help!! Link to comment
NNNancyNN Posted March 18, 2021 Share Posted March 18, 2021 cart-title { visibility: hidden; } .cart-title:before { visibility: visible; content: "Shopping Cart"; text-transform: capitalize; font-family: monospace; } Link to comment
NNNancyNN Posted March 18, 2021 Share Posted March 18, 2021 tuanphan - I insert the the above in Custom CSS the it only made the change as attched. Please help! Link to comment
NNNancyNN Posted March 18, 2021 Share Posted March 18, 2021 Oops this was what I inserted. It just didn't remove the old all caps title that was in script. Thanks cart-title { visibility: hidden; } .cart-title:before { visibility: visible; content: "Shopping Cart"; text-transform: capitalize; font-family: adobe caslon pro; } Link to comment
NNNancyNN Posted March 18, 2021 Share Posted March 18, 2021 @tuanphan This was what I inserted. It just didn't remove the old all caps 'Shopping Cart' title that was in script. Thanks cart-title { visibility: hidden; } .cart-title:before { visibility: visible; content: "Shopping Cart"; text-transform: capitalize; font-family: adobe caslon pro; } Link to comment
NNNancyNN Posted March 18, 2021 Share Posted March 18, 2021 @tuanphan Just used suggested for hiding 'Shopping Cart' and it worked. Thanks! Link to comment
tuanphan Posted March 26, 2021 Share Posted March 26, 2021 On 3/18/2021 at 10:38 PM, NNNancyNN said: @tuanphan Just used suggested for hiding 'Shopping Cart' and it worked. Thanks! Hi. Have you solved all problems yet? 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!) Link to comment
sophieameliadesigns7 Posted June 17, 2021 Share Posted June 17, 2021 Hi @tuanphan I would like to change the Font style of this "Shopping Cart" text to another heading which appears on the site. I still would like for the "Shopping Cart" title to appear. Please may you help? Many thanks Link to comment
tuanphan Posted June 18, 2021 Share Posted June 18, 2021 14 hours ago, sophieameliadesigns7 said: Hi @tuanphan I would like to change the Font style of this "Shopping Cart" text to another heading which appears on the site. I still would like for the "Shopping Cart" title to appear. Please may you help? Many thanks Hi. Can you share link to cart page? 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!) Link to comment
passionpilgrim Posted August 4, 2021 Share Posted August 4, 2021 I'm having this very same issue as @TaraBarlow - can someone please help me with code to either -change the text to capitalize instead of allcaps -the font completely to Proxima Nova if allcaps Thank you! Link to comment
tuanphan Posted August 5, 2021 Share Posted August 5, 2021 On 8/4/2021 at 7:02 AM, passionpilgrim said: I'm having this very same issue as @TaraBarlow - can someone please help me with code to either -change the text to capitalize instead of allcaps -the font completely to Proxima Nova if allcaps Thank you! Hi. Can you share link to cart page on your site? 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!) Link to comment
BereitsTot Posted January 26, 2022 Share Posted January 26, 2022 how do I edit the text underneath it? Link to comment
tuanphan Posted January 27, 2022 Share Posted January 27, 2022 7 hours ago, BereitsTot said: how do I edit the text underneath it? Which text? 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment