nicktotallyrelaxed Posted April 13, 2021 Posted April 13, 2021 Hello! I've tried searching for this answer on the forum and on the web but have come up empty handed. Apologies if I have missed anything. I am trying to edit both the navigation font AND the header font of my footer. They would be 2 different fonts: Header: Souvenir Navigation: Helvetica Neue I found helpful advice to include this code: .Footer-nav { font-family: Souvenir; } However, it changes the navigation to souvenir, not the header (Info, Orders, Social). Does anyone have tips on how to differentiate between these? Thanks in advance for your time. Also, I'm editing a template right now so it is not live, not sure if you need it to be live to assist however I am including a screenshot.
tuanphan Posted April 14, 2021 Posted April 14, 2021 Hi. Can you share link to your site? We can check easier 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!)
nicktotallyrelaxed Posted April 14, 2021 Author Posted April 14, 2021 Hi @tuanphan Thank you! Site is: https://www.citiesindustjewelry.com/ Also, I'm having a hard time with the footer not stacking correctly on mobile. Any ideas?
tuanphan Posted April 15, 2021 Posted April 15, 2021 21 hours ago, nicktotallyrelaxed said: Hi @tuanphan Thank you! Site is: https://www.citiesindustjewelry.com/ Also, I'm having a hard time with the footer not stacking correctly on mobile. Any ideas? Add to Design > Custom CSS /* Footer stack */ @media screen and (max-width:640px) { nav.Footer-nav>div { float: none !important; width: 100% !important; min-width: unset !important; } nav.Footer-nav { width: 100%; } } 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!)
nicktotallyrelaxed Posted April 15, 2021 Author Posted April 15, 2021 Thank you @tuanphan. Do you have any insight regarding how to style footer fonts?
tuanphan Posted April 17, 2021 Posted April 17, 2021 On 4/16/2021 at 1:20 AM, nicktotallyrelaxed said: Thank you @tuanphan. Do you have any insight regarding how to style footer fonts? You mean font name or color or size or..? 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!)
nicktotallyrelaxed Posted April 17, 2021 Author Posted April 17, 2021 Hi! @tuanphan I am trying to edit both the navigation font AND the header font of my footer. They would be 2 different fonts: Header: Souvenir Navigation: Helvetica Neue I found helpful advice to include this code: .Footer-nav { font-family: Souvenir; } However, it changes the navigation to souvenir, not the header (Info, Orders, Social). Does anyone have tips on how to differentiate between these? Thanks in advance for your time. Also, I'm editing a template right now so it is not live, not sure if you need it to be live to assist however I am including a screenshot.
tuanphan Posted April 19, 2021 Posted April 19, 2021 On 4/18/2021 at 2:42 AM, nicktotallyrelaxed said: Hi! @tuanphan I am trying to edit both the navigation font AND the header font of my footer. They would be 2 different fonts: Header: Souvenir Navigation: Helvetica Neue I found helpful advice to include this code: .Footer-nav { font-family: Souvenir; } However, it changes the navigation to souvenir, not the header (Info, Orders, Social). Does anyone have tips on how to differentiate between these? Thanks in advance for your time. Also, I'm editing a template right now so it is not live, not sure if you need it to be live to assist however I am including a screenshot. You can duplicate site, set template on the duplicated site & share its url. We can check easier 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!)
nicktotallyrelaxed Posted April 24, 2021 Author Posted April 24, 2021 Hi @tuanphan the site is live: https://www.citiesindustjewelry.com/ Thanks 🙂
tuanphan Posted April 25, 2021 Posted April 25, 2021 21 hours ago, nicktotallyrelaxed said: Hi @tuanphan the site is live: https://www.citiesindustjewelry.com/ Thanks 🙂 Add to Design > Custom CSS /* footer nav font */ .Footer-nav-group * { font-family: Souvenir; } 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!)
nicktotallyrelaxed Posted April 25, 2021 Author Posted April 25, 2021 @tuanphan I can't thank you enough! That's perfect for the header. For some reason I can't figure out changing the navigation font not the header. I thought it would be .Footer-nav-folder-item But that doesn't work. To be clear I want Info "About" to be in Souvenir but "Jewelry Care Stockists FAQ" in Helvetica Neue. Any help would as always be very much appreciated.
tuanphan Posted April 26, 2021 Posted April 26, 2021 17 hours ago, nicktotallyrelaxed said: @tuanphan I can't thank you enough! That's perfect for the header. For some reason I can't figure out changing the navigation font not the header. I thought it would be .Footer-nav-folder-item But that doesn't work. To be clear I want Info "About" to be in Souvenir but "Jewelry Care Stockists FAQ" in Helvetica Neue. Any help would as always be very much appreciated. Where is it? 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!)
nicktotallyrelaxed Posted April 29, 2021 Author Posted April 29, 2021 @tuanphan it's the footer. Sorry I should have included a screenshot!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.