madsonhill Posted March 22, 2022 Share Posted March 22, 2022 Site URL: https://www.madsonwines.com/shop Looking for some help with the custom CSS for changing the font style for image titles on our Shop page. Attaching a screenshot where I've circled which font I am looking to change to CorporateSBold. Thanks in advance for your help!! Link to comment
madsonhill Posted March 22, 2022 Author Share Posted March 22, 2022 @tuanphan are you able to help? Link to comment
tuanphan Posted March 24, 2022 Share Posted March 24, 2022 On 3/23/2022 at 4:42 AM, madsonhill said: @tuanphan are you able to help? Add to Design > Custom CSS /* List items title */ h2.list-item-content__title { font-family: 'CorporateSBold' !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
madsonhill Posted March 25, 2022 Author Share Posted March 25, 2022 On 3/24/2022 at 3:40 AM, tuanphan said: Add to Design > Custom CSS /* List items title */ h2.list-item-content__title { font-family: 'CorporateSBold' !important; } Worked! Thank you so much @tuanphan!! Link to comment
Web_Solutions Posted March 25, 2022 Share Posted March 25, 2022 Do you want to change just font style or font(Font family)? Unique_Website, Create_Job and Ainul 3 Link to comment
Iwan Posted April 5, 2022 Share Posted April 5, 2022 PLEASE CAN ANYONE HELP ME I HAVE BEEN TRYING FOR 4 WEEKS!!! Hi, please, I am trying to change the font family of my video and image CAPTIONS...I've tried everything...I cannot get it right...I need to change the font family to DIN CONDENSED... https://beige-oleander-mp66.squarespace.com/ password sqsp Link to comment
tuanphan Posted April 6, 2022 Share Posted April 6, 2022 On 4/5/2022 at 3:36 PM, Iwan said: PLEASE CAN ANYONE HELP ME I HAVE BEEN TRYING FOR 4 WEEKS!!! Hi, please, I am trying to change the font family of my video and image CAPTIONS...I've tried everything...I cannot get it right...I need to change the font family to DIN CONDENSED... https://beige-oleander-mp66.squarespace.com/ password sqsp Find this code in Custom CSS .image-caption p { font-weight: bold; font-color: #334146; font-size: .8rem; font-family: 'josephin sans' !important; padding: .4 rem; columns: 2; } change it to .image-caption p { font-weight: bold; color: #334146 !important; font-size: .8rem; font-family: 'din-condensed-web'; columns: 2; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Iwan Posted April 6, 2022 Share Posted April 6, 2022 Thank you @tuanphan 🤩 You're great. One last question, how do I move the caption text closer to the bottom border of the image/video? Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 On 4/6/2022 at 5:42 PM, Iwan said: Thank you @tuanphan 🤩 You're great. One last question, how do I move the caption text closer to the bottom border of the image/video? Add to Design > Custom CSS .image-caption p, .video-caption p { margin-top: 3px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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