LV-OZ Posted July 2, 2021 Share Posted July 2, 2021 Site URL: https://lobster-ray-g42d.squarespace.com/who-we-are Hello! I am trying, without success, to change the title font (which is the names of the people) in the carousel. Does anyone have any code to help me with this? This is what I tried: .user-items-list-title { font-family: 'BreweryProLight' !important; font-size: 25px !important; letter-spacing: 4px; } Thank you! Link to comment
tuanphan Posted July 3, 2021 Share Posted July 3, 2021 On 7/2/2021 at 1:15 PM, LV-OZ said: Site URL: https://lobster-ray-g42d.squarespace.com/who-we-are Hello! I am trying, without success, to change the title font (which is the names of the people) in the carousel. Does anyone have any code to help me with this? This is what I tried: .user-items-list-title { font-family: 'BreweryProLight' !important; font-size: 25px !important; letter-spacing: 4px; } Thank you! Your site is private. Can you setup password & share url again? We can help easier 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
LV-OZ Posted July 5, 2021 Author Share Posted July 5, 2021 (edited) Thank you! Password is: youcanenter https://lobster-ray-g42d.squarespace.com/who-we-are it is in the WHO WE ARE section Edited July 5, 2021 by LV-OZ Link to comment
tuanphan Posted July 5, 2021 Share Posted July 5, 2021 4 hours ago, LV-OZ said: Thank you! Password is: youcanenter https://lobster-ray-g42d.squarespace.com/who-we-are it is in the WHO WE ARE section Use this code h2.list-item-content__title { font-family: 'BreweryProLight' !important; font-size: 25px !important; letter-spacing: 4px !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
LV-OZ Posted July 6, 2021 Author Share Posted July 6, 2021 Oh my gosh! Thank you so much, that worked perfectly!! Link to comment
hlzcp Posted October 26, 2021 Share Posted October 26, 2021 hi all- having the same issue, but in the description text of the carousel, which I'd like to be gill-sans-nova. Currently using this code, and while the font-size-value section does change the size of the text, the "font family" bit doesn't seem to be working: .user-items-list-item-container[data-section-id="60ed7b629db072196a22db14"] { --body-font-size-value: 0.9; --body-font-family: 'gill-sans-nova' ! important; } Cheers! Link to comment
tuanphan Posted October 29, 2021 Share Posted October 29, 2021 On 10/27/2021 at 4:00 AM, hlzcp said: hi all- having the same issue, but in the description text of the carousel, which I'd like to be gill-sans-nova. Currently using this code, and while the font-size-value section does change the size of the text, the "font family" bit doesn't seem to be working: .user-items-list-item-container[data-section-id="60ed7b629db072196a22db14"] { --body-font-size-value: 0.9; --body-font-family: 'gill-sans-nova' ! important; } Cheers! Hi, Can you share link to page in screenshot? We can help easier 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
hlzcp Posted October 31, 2021 Share Posted October 31, 2021 https://bamboo-lime-face.squarespace.com/ Thanks! Link to comment
tuanphan Posted November 4, 2021 Share Posted November 4, 2021 On 11/1/2021 at 2:51 AM, hlzcp said: https://bamboo-lime-face.squarespace.com/ Thanks! Hi, I don't see screenshot boxes on above page. Can you share link to exact page? 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
hlzcp Posted November 5, 2021 Share Posted November 5, 2021 hey Tuan, sorry - that is the right page, but I have changed that section a bit - it now looks like this: just to confirm its all the text below the names of the seasons, which is the "description" part thanks! Link to comment
tuanphan Posted November 7, 2021 Share Posted November 7, 2021 On 11/5/2021 at 4:40 PM, hlzcp said: hey Tuan, sorry - that is the right page, but I have changed that section a bit - it now looks like this: just to confirm its all the text below the names of the seasons, which is the "description" part thanks! Try this code .list-item-content__description * { font-family: 'gill-sans-nova' ! 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment