Knapp Posted October 18, 2021 Share Posted October 18, 2021 Site URL: https://www.keaneknapp.com/ Hi, I'm using Henson as a portfolio template, and would like to change a range of fonts across the site. My site URL is: https://www.keaneknapp.com/ The password is: helpplease I've used the Custom CSS to change the fonts for H1, Body copy, and the Index Description font, but I am looking to change the below typography to my desired typeface in two weights: Index typography - Menu font Gallery overlay typography - Title font - Description font Gallery caption typography - Image title font - Image description font If anyone could help by providing the correct code to change the above typography, that would be great! Link to comment
tuanphan Posted October 20, 2021 Share Posted October 20, 2021 #1 Index typography You mean Work/About/Contact item? #2. Where is gallery overlay? #3. Where is gallery caption? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Knapp Posted October 20, 2021 Author Share Posted October 20, 2021 Hi, Here's some screenshots to show where each is (in the red box):Index typography (menu text on Home page) Gallery overlay (on Work page) Gallery captions (on Work page, after scrolling down). Let me know if I can provide any additional info! Link to comment
Solution tuanphan Posted October 22, 2021 Solution Share Posted October 22, 2021 Add to Design > Custom CSS. You can adjust values /* Index typography */ span.collection-nav-item-span { font-family: monospace; font-size: 1.5em; } /* gallery overlay */ .page-desc p { font-family: proxima-nova !important; font-size: 1.5em !important; } /* gallery title */ .image-title * { font-family: monospace; font-size: 40px; } .image-desc * { font-family: monospace !important; font-size: 50px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Knapp Posted October 24, 2021 Author Share Posted October 24, 2021 Thank you! All of this worked! 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