jorohaco Posted July 17, 2022 Share Posted July 17, 2022 (edited) Site URL: https://heptagon-bugle-5sad.squarespace.com/ Here's yet another basic CSS question over how to target and change the font of one div block on a particular page. Sorry for redundancy. Site is on 7.1 and at https://heptagon-bugle-5sad.squarespace.com/ and password is 4c5sad Under section[data-section-id="62d1ca1f7242da41460f5e9f"] of the homepage, I need to change the title "Subheadline to Who We Are" there to a header style, or rather to just this: font-family: 'barlow_semi_condensedblack', sans-serif !important; letter-spacing: -1px !important; Help. Edited July 17, 2022 by jorohaco Link to comment
Solution tuanphan Posted July 18, 2022 Solution Share Posted July 18, 2022 Use this [data-section-id="62d1ca1f7242da41460f5e9f"] .list-section-title p { font-family: 'barlow_semi_condensedblack', sans-serif !important; letter-spacing: -1px !important; } jorohaco 1 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
jorohaco Posted July 18, 2022 Author Share Posted July 18, 2022 Ah—div id then class then html tag. That worked of course, and as always thank you one thousand @tuanphan 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