CMDesign_RidgeMeadows Posted September 8, 2023 Posted September 8, 2023 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;}
Solution Lesum Posted September 8, 2023 Solution Posted September 8, 2023 @CMDesign_RidgeMeadows You can try adding this code snippet: .header-actions-action--cta .btn { font-family: 'Avenir Light' !important; } tuanphan and CMDesign_RidgeMeadows 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?
CMDesign_RidgeMeadows Posted September 9, 2023 Author Posted September 9, 2023 thank you thank you thank you thank you!!! @Lesum tuanphan and Lesum 1 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment