Saghar Posted January 30, 2020 Posted January 30, 2020 Site URL: https://www.labnoon.com Hello! I've been trying to edit the font, size, and color of the font in the footer of my website, and to remove the line under linked texts. I have tried a lot of codes (some found here), but it doesn't work (I am not a code savvy person at all tho). I would appreciate it if someone could help me change the family font resize the font change the color of the fond remove the underline under hyperlinks the website is online and it's www.labnoon.com thank you very much
tuanphan Posted January 31, 2020 Posted January 31, 2020 add to Home > Design > Custom CSS remove underline div#block-yui_3_17_2_1_1580409557727_18699 a { background-image: none; } change font, color...of text or hyperlink or social icons? 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!)
Just-Adam Posted June 5, 2020 Posted June 5, 2020 @tuanphan Following this thread, I have been trying to change the footer font. I have the site title both on header and footer but cannot change the footer 'title' font to the same as the header. Do you have any ideas on how to do this? Any help greatly appreciated :) PaulaGphoto 1
tuanphan Posted June 10, 2020 Posted June 10, 2020 On 6/5/2020 at 12:31 PM, Just-Adam said: @tuanphan Following this thread, I have been trying to change the footer font. I have the site title both on header and footer but cannot change the footer 'title' font to the same as the header. Do you have any ideas on how to do this? Any help greatly appreciated :) If you share link to your site, I can check easier. Just-Adam 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!)
Just-Adam Posted June 15, 2020 Posted June 15, 2020 Sure, the site is currently https://chicken-mango-5dmp.squarespace.com/config/
Just-Adam Posted June 15, 2020 Posted June 15, 2020 The other issue I seem to have is making the header and footer consistent across each different page
tuanphan Posted June 15, 2020 Posted June 15, 2020 Add to Home > design > Custom CSS footer.sections h3 { font-family: 'Hobo Std'; } Aesthetic_Collab, SiteSmithStudio and PaulaGphoto 2 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!)
Just-Adam Posted June 19, 2020 Posted June 19, 2020 Thank you so much @tuanphan Unfortunately the css still didn't work in changing the font, I tried with multiple fonts also but had no luck. Thank you for your help, I have actually decided to change the layout of the footer now anyway to a different style so I will re-try the coding if I decide on the same design. Mate you are a legend. Thank you for being so selfless in your help for all these people online 🙂
AngieRoxyE Posted May 6, 2022 Posted May 6, 2022 If anyone needed it, this is what I used to reduce the fonts and remove links in the footer in 7.1: /* footer font h4 underline remove */ footer.sections h4 { font-size: 11px; } #footer-sections .sqs-block-html a { text-decoration : unset; } tuanphan and ilseS 2
Leticia Posted February 23 Posted February 23 @tuanphan Is there a way to make Title 1 slightly bigger only in the footer section? https://seadragon-gold-ge8l.squarespace.com
tuanphan Posted February 25 Posted February 25 On 2/23/2024 at 9:13 PM, Leticia said: @tuanphan Is there a way to make Title 1 slightly bigger only in the footer section? https://seadragon-gold-ge8l.squarespace.com You can use this code to Custom CSS box footer.sections h1 { font-size: 90px; } 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