spartan7257 Posted August 5, 2020 Posted August 5, 2020 Site URL: https://www.cutnfill.com/ How do i change the font of the banner headings to a custom font so i can match my logo?
tuanphan Posted August 6, 2020 Posted August 6, 2020 Add to Home > Design > Custom CSS /* banner custom font */ @font-face { font-family: fantasy; src: url(paste your font url here); } .banner-thumbnail-wrapper .desc-wrapper * { font-family: fantasy; } 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!)
spartan7257 Posted August 6, 2020 Author Posted August 6, 2020 do i include the font fantasy as well?
tuanphan Posted August 6, 2020 Posted August 6, 2020 1 hour ago, spartan7257 said: do i include the font fantasy as well? you can change fantasy to your font name 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!)
spartan7257 Posted August 6, 2020 Author Posted August 6, 2020 Do you know how to change the font of the Nav Links?
tuanphan Posted August 6, 2020 Posted August 6, 2020 3 hours ago, spartan7257 said: Do you know how to change the font of the Nav Links? /* banner custom font */ @font-face { font-family: fantasy; src: url(paste your font url here); } .banner-thumbnail-wrapper .desc-wrapper * { font-family: fantasy; } div#headerNav a { font-family: fantasy !important; } Notes: Change fantasy to another name. Fantasy is also the name of a default font in Squarespace ... If you use the same name for custom font and default font, it can cause problems at some time... 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!)
spartan7257 Posted August 8, 2020 Author Posted August 8, 2020 Thanks, it only shows up right on the desktop version though, in the mobile version it still shows the old font
spartan7257 Posted August 8, 2020 Author Posted August 8, 2020 or rather when the nav turns into a side bar due to screen size, the font changes to the old font
tuanphan Posted August 11, 2020 Posted August 11, 2020 /* banner custom font */ @font-face { font-family: fantasy; src: url(paste your font url here); } .banner-thumbnail-wrapper .desc-wrapper * { font-family: fantasy; } div#headerNav a { font-family: fantasy !important; } nav#mobileNavigation a { font-family: fantasy !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!)
spartan7257 Posted August 11, 2020 Author Posted August 11, 2020 looking for the CSS to also change the font in the contact us button. Also wondering how to change the overall size of the button to make it bigger.
tuanphan Posted August 17, 2020 Posted August 17, 2020 On 8/12/2020 at 2:23 AM, spartan7257 said: looking for the CSS to also change the font in the contact us button. Also wondering how to change the overall size of the button to make it bigger. Where is contact us button? 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!)
spartan7257 Posted August 17, 2020 Author Posted August 17, 2020 it is on the Contact Us page, you will see a pill shaped red button
tuanphan Posted August 18, 2020 Posted August 18, 2020 button.lightbox-handle { font-family: fantasy !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
Archived
This topic is now archived and is closed to further replies.