fannyshiz Posted October 6, 2020 Share Posted October 6, 2020 Site URL: http://shopfigureform.com Hello, I am totally new at this and am trying to figure out how to add a custom font to my site. I've uploaded the font in the custom files but I can't change the site header (I think that's what I'm trying to change?) I want to change the font in two places on this page, where it says "FIGURE FORM" and "color shapes you" seen here: https://shopfigureform.com/ I'd also like to change the font on this page where it says "Hello there-- I'm Shana..." seen here: https://shopfigureform.com/fanny This is what I have: //ADDING COLOMBIA FONT// @font-face { font-family: 'COLOMBIA'; src: url('https://static1.squarespace.com/static/5a70903918b27da887877f88/t/5f7bc3cc60b8b025f16c454f/1601946572509/Colombia-Regular.ttf'); } //ASSIGN COLOMBIA FONT// Any help is so so appreciated! Link to comment
creedon Posted October 6, 2020 Share Posted October 6, 2020 (edited) Add the following to your Custom CSS. .nav-mobile-site-title-link, .site-title, #block-947ead312c75cb1485b1 h1, /* hello there i'm shana */ #block-yui_3_17_2_1_1560781086822_6605 .image-title-wrapper .image-title.sqs-dynamic-text p /* color shapes you */ { font-family: COLOMBIA; } Let us know how it goes. Edited October 6, 2020 by creedon version 2 of CSS Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
fannyshiz Posted October 6, 2020 Author Share Posted October 6, 2020 Creedon, Thank you! I so so appreciate your help. The site title changed but it didn't change the font where it says "color shapes you" here: https://shopfigureform.com/ creedon 1 Link to comment
fannyshiz Posted October 6, 2020 Author Share Posted October 6, 2020 Creedon -- Do you also have CSS for how I can change the font on my mobile device for the site header/site title? Link to comment
Solution creedon Posted October 6, 2020 Solution Share Posted October 6, 2020 2 hours ago, fannyshiz said: but it didn't change the font where it says "color shapes you" Sorry I missed that one first time around. 1 hour ago, fannyshiz said: Do you also have CSS for how I can change the font on my mobile device for the site header/site title? Pease see my previous post. I've updated the CSS. Replace the CSS I gave you before with the new version. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
fannyshiz Posted October 7, 2020 Author Share Posted October 7, 2020 Creedon -- That's perfect! Thank you so much! I so appreciate your help. creedon 1 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