CMDesign_RidgeMeadows Posted September 8 Share Posted September 8 Hi all! I am working with someone's website that did start from a template they purchased and I'm just looking to update all their fonts and colours to match their current branding. I've changed the default font for the buttons globally across the site, and have also successfully changed the font of the site header text as well, but the site header button I just cannot figure out how to get to listen! The website is https://www.handleandhone.com/ .header-nav-item a { font-family: 'Avenir Light' !important; } Worked for the header text but not the button, and there is some code in the custom CSS from I think the template she purchased and I don't know if that's effecting things at all... //FIXED HEADER NO BACKGROUND// .header {background-color: rgba(0, 0, 0, 0)!important;} Link to comment
Solution Lesum Posted September 8 Solution Share Posted September 8 @CMDesign_RidgeMeadows You can try adding this code snippet: .header-actions-action--cta .btn { font-family: 'Avenir Light' !important; } CMDesign_RidgeMeadows and tuanphan 2 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
CMDesign_RidgeMeadows Posted September 9 Author Share Posted September 9 thank you thank you thank you thank you!!! @Lesum tuanphan and Lesum 1 1 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