NotHere Posted May 31, 2022 Share Posted May 31, 2022 Site URL: http://www.iamnotreallyhere.com Hi all, I'm running into an issue where the custom CSS font I've installed is working great on my site everywhere except the main gallery page for my portfolio. The type in the CSS is Trade Gothic Next, through Adobe Typekit and the main gallery is still showing up as Helvetica. Much appreciated! Link to comment
derricksrandomviews Posted May 31, 2022 Share Posted May 31, 2022 It takes a different code snippet to work just modify for your custom font. #marks-priorities h2.Index-gallery-item-content-heading { font-family: "LaborUnion"; } Link to comment
NotHere Posted May 31, 2022 Author Share Posted May 31, 2022 (edited) Thanks so much for the suggestion, @derricksrandomviews. I pasted the snippet into the Custom CSS field and it didn't change the typeface of the heading. Any other thoughts and/or did i do something wrong? Edited May 31, 2022 by NotHere Link to comment
derricksrandomviews Posted June 1, 2022 Share Posted June 1, 2022 (edited) A lot of times code has to be targeted to a particular template or block id, and we have folks here who can handle that, much bettetr than I can. In the meantime try changing the h2 index gallery section to this: h2.portfolio-title Edited June 1, 2022 by derricksrandomviews Link to comment
NotHere Posted June 1, 2022 Author Share Posted June 1, 2022 Thanks @derricksrandomviews Like this? It didn't change the appearance of the text. Thoughts? Maybe inserting an "important!" somewhere? Link to comment
derricksrandomviews Posted June 1, 2022 Share Posted June 1, 2022 (edited) #marks-priorities h2.#collection-62451a76ee15843bf26b33bc-item-content-heading { font-family: "LaborUnion"; } Edited June 1, 2022 by derricksrandomviews 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