kxvvywxvvy Posted July 25, 2020 Share Posted July 25, 2020 Site URL: https://www.nastrazsamaisara.com Hi there, I'm just trying to change the font for my "cart" and "sign in/account" menu buttons/options. Any help with CSS is greatly appreciated. Thanks! Link to comment
kxvvywxvvy Posted July 25, 2020 Author Share Posted July 25, 2020 Hi again, I'm also trying to do the following A. - remove all underlines from text links (eg. the link at in the footer of my website) B. - change the font on buttons to my custom uploaded font. C. - (My original post)change the font for my "cart" and "sign in/account" menu buttons/options. Thank you! Link to comment
tuanphan Posted July 25, 2020 Share Posted July 25, 2020 3 hours ago, kxvvywxvvy said: Site URL: https://www.nastrazsamaisara.com Hi there, I'm just trying to change the font for my "cart" and "sign in/account" menu buttons/options. Any help with CSS is greatly appreciated. Thanks! Add to Home > Design > Custom CSS /* cart */ header.Header span.Cart-label { color: red; font-size: 20px; font-family: monospace; } /* sign in */ .Header-account .user-accounts-text-link span { color: green; font-size: 20px; font-family: fantasy; } kxvvywxvvy 1 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
kxvvywxvvy Posted July 28, 2020 Author Share Posted July 28, 2020 On 7/25/2020 at 9:56 PM, tuanphan said: Add to Home > Design > Custom CSS /* cart */ header.Header span.Cart-label { color: red; font-size: 20px; font-family: monospace; } /* sign in */ .Header-account .user-accounts-text-link span { color: green; font-size: 20px; font-family: fantasy; } Thank you! that worked perfectly 🙂 Would you also be able to help me with the CSS to change the same objects but on a mobile device? Thanks again! 😄 Link to comment
tuanphan Posted July 28, 2020 Share Posted July 28, 2020 58 minutes ago, kxvvywxvvy said: Thank you! that worked perfectly 🙂 Would you also be able to help me with the CSS to change the same objects but on a mobile device? Thanks again! 😄 /* cart */ header.Header span.Cart-label, .Mobile-bar.Mobile-bar--top span.Cart-label { color: red; font-size: 20px; font-family: monospace; } /* sign in */ .Header-account .user-accounts-text-link span, .Mobile-bar-account.loaded .user-accounts-text-link span { color: green; font-size: 20px; font-family: fantasy; } 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
kxvvywxvvy Posted July 28, 2020 Author Share Posted July 28, 2020 55 minutes ago, tuanphan said: /* cart */ header.Header span.Cart-label, .Mobile-bar.Mobile-bar--top span.Cart-label { color: red; font-size: 20px; font-family: monospace; } /* sign in */ .Header-account .user-accounts-text-link span, .Mobile-bar-account.loaded .user-accounts-text-link span { color: green; font-size: 20px; font-family: fantasy; } Thank you! Worked perfectly again 😄 Do you accept donations for your help? Link to comment
kxvvywxvvy Posted July 28, 2020 Author Share Posted July 28, 2020 (edited) 1 hour ago, tuanphan said: /* cart */ header.Header span.Cart-label, .Mobile-bar.Mobile-bar--top span.Cart-label { color: red; font-size: 20px; font-family: monospace; } /* sign in */ .Header-account .user-accounts-text-link span, .Mobile-bar-account.loaded .user-accounts-text-link span { color: green; font-size: 20px; font-family: fantasy; } Sorry to be a pain! Would it be possible to get the CSS to change the font of all my buttons? Thank you!! PS. I want to donate to you for your help! Edited July 28, 2020 by kxvvywxvvy Link to comment
tuanphan Posted July 28, 2020 Share Posted July 28, 2020 17 minutes ago, kxvvywxvvy said: Sorry to be a pain! Would it be possible to get the CSS to change the font of all my buttons? Thank you!! PS. I want to donate to you for your help! .sqs-block-button-element { font-family: monospace !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