Bluemonque Posted October 2, 2022 Share Posted October 2, 2022 Site URL: https://crow-manatee-3gjr.squarespace.com I'm trying to change the header font button in a new website. I've found some code on the forum which is working but I can't change it to bold. Can somebody help me out? The website is this one:https://crow-manatee-3gjr.squarespace.com Password:Dy<vPg?r&/^3B{9F I've used the following code: header#header a.btn { font-family: 'Roboto Condensed' font-weight: 700 !important; } Thanks! Link to comment
meganheath Posted October 2, 2022 Share Posted October 2, 2022 Hi @Bluemonque Try this instead #siteWrapper .header-actions-action--cta .sqs-button-element--primary { font-family: 'Roboto Condensed'; font-weight: 700; } tuanphan and Bluemonque 2 Link to comment
Solution tuanphan Posted October 3, 2022 Solution Share Posted October 3, 2022 I think you need to use !important for both header#header a.btn { font-family: 'Roboto Condensed' !important; font-weight: 700 !important; } Bluemonque 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment