cherylr Posted October 28, 2020 Share Posted October 28, 2020 Site URL: https://goby-flute-xcf6.squarespace.com/ It seems very easy to change a specific header font, h1 { font-family: mr bedfort !important; line-height: 1.5em; letter-spacing: .03em; } I am trying to do the same for paragraphs. It seems not to work with p1, p2 etc. What am I missing? Site PW = goat Link to comment
Beyondspace Posted October 28, 2020 Share Posted October 28, 2020 The actual tag for paragraph is p {} BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
cherylr Posted October 29, 2020 Author Share Posted October 29, 2020 but I don't want to change all of the paragraph styles, just one of them Link to comment
inunzi Posted October 29, 2020 Share Posted October 29, 2020 1 hour ago, cherylr said: but I don't want to change all of the paragraph styles, just one of them I’m just exploring, but try this code in a code block 😁 , and let me know how it goes! <!DOCTYPE html> <html> <head> <title>HTML Font</title> </head> <body> <h1>Our Products</h1> <p style = "font-family:georgia,garamond,serif;font-size:16px;font-style:italic;"> This is demo text </p> </body> </html> Link to comment
cherylr Posted October 29, 2020 Author Share Posted October 29, 2020 Hey thanks so much for taking the time to reply. I don't want to hand code every single code block. I'd love to just change one of the P styles globally. Apparently this is difficult? Link to comment
inunzi Posted October 29, 2020 Share Posted October 29, 2020 2 minutes ago, cherylr said: Hey thanks so much for taking the time to reply. I don't want to hand code every single code block. I'd love to just change one of the P styles globally. Apparently this is difficult? No problem, are you trying to do this with every paragraph, or just some? Link to comment
cherylr Posted October 29, 2020 Author Share Posted October 29, 2020 I just need an additional font option. I want to use it in various places throughout the site. Thanks! Link to comment
inunzi Posted October 29, 2020 Share Posted October 29, 2020 3 minutes ago, cherylr said: I just need an additional font option. I want to use it in various places throughout the site. Thanks! I’m sorry for the confusion but what do you have In mind? Like I’m trying to figure out on how you want to do what you want to do and also like what your asking for. I’m so so sorry for not understanding correctly. Link to comment
cherylr Posted November 5, 2020 Author Share Posted November 5, 2020 It's ok. I figured that since H1, H2, etc were things that I could style independently with CSS that I could similarly customize P1, P2, etc. But someone has explained to me that P1, P2, etc are not actually a thing that's customizable! Thanks for your time. Your solution will definitely work for someone looking to do things differently. Link to comment
inunzi Posted November 6, 2020 Share Posted November 6, 2020 23 hours ago, cherylr said: It's ok. I figured that since H1, H2, etc were things that I could style independently with CSS that I could similarly customize P1, P2, etc. But someone has explained to me that P1, P2, etc are not actually a thing that's customizable! Thanks for your time. Your solution will definitely work for someone looking to do things differently. Ah, I didn’t know you wanted to change the font size. But I’m glad that you figured it out 😁. Anything else you need help with? And thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.