bijouxcreative Posted June 5, 2021 Share Posted June 5, 2021 Site URL: https://www.bijouxcreative.com/font-test-page I've recently uploaded a font called "Analogue" to my custom files. I've successfully implemented code to change the h1 and h3 styles as I wanted, however I can't figure out how to change the h1 Title font when using an image poster, as this is set within Site Styles. I've included the url for my test page below; https://www.bijouxcreative.com/font-test-page Please could somebody help? Thanks Link to comment
aravsanj Posted June 5, 2021 Share Posted June 5, 2021 That's because squarespace is actually using paragraph element (<p></p>) in the image poster. So the code you applied for h1 have no effect on it. You can try implementing the same code for paragraph element. However, it will affect all paragraph elements if you're planning to do it through custom CSS. Alternatively, you can create a code block in that page and modify the paragraph element which will only affect that particular page. If you insist on using custom CSS, try the below code: .image-title sqs-dynamic-text { font-family: font-size: } image-title sqs-dynamic-text is the class of the div that contains the title text of your poster. I have not tried it myself but technically it should work. Insert the font name and size. tuanphan 1 Sharing virtual tactics for an abstract worldBlogger @ humaneer.org 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