lensmens Posted September 11, 2023 Share Posted September 11, 2023 I use the Lato font on my website, but suddenly the font of the buttons has changed to some other font. I added a piece of code : div.button-block a { font-family: var(--header-button-font-font-family) !important; } but it doesn't seem to apply to all the buttons on the page, as you can see on the website https://www.lensmens.be/huwelijksfotograaf Thanks for helping! Link to comment
Solution Lesum Posted September 11, 2023 Solution Share Posted September 11, 2023 (edited) @lensmens You can add this code snippet after your previous code: #siteWrapper.site-wrapper .sqs-button-element--primary { font-family: 'Lato' !important; } .sqs-block-button-element { font-family: 'Lato' !important; } Edited September 11, 2023 by Lesum Taylor_Design 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
Lesum Posted September 12, 2023 Share Posted September 12, 2023 @lensmens I'm seeing all buttons on your website has 'Lato' font now. Did you check the live site? lensmens 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? 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