spartan7257 Posted August 5, 2020 Share 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? Link to comment
tuanphan Posted August 6, 2020 Share 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; } spartan7257 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
spartan7257 Posted August 6, 2020 Author Share Posted August 6, 2020 do i include the font fantasy as well? Link to comment
tuanphan Posted August 6, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
spartan7257 Posted August 6, 2020 Author Share Posted August 6, 2020 Do you know how to change the font of the Nav Links? Link to comment
spartan7257 Posted August 6, 2020 Author Share Posted August 6, 2020 and thank you for the help Link to comment
tuanphan Posted August 6, 2020 Share 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... spartan7257 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
spartan7257 Posted August 8, 2020 Author Share 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 Link to comment
spartan7257 Posted August 8, 2020 Author Share 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 Link to comment
tuanphan Posted August 11, 2020 Share 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; } spartan7257 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
spartan7257 Posted August 11, 2020 Author Share 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. Link to comment
tuanphan Posted August 17, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
spartan7257 Posted August 17, 2020 Author Share Posted August 17, 2020 it is on the Contact Us page, you will see a pill shaped red button Link to comment
tuanphan Posted August 18, 2020 Share Posted August 18, 2020 button.lightbox-handle { font-family: fantasy !important; } spartan7257 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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