amanda.j.murray Posted February 25 Share Posted February 25 Hi all, I am using a custom font (Adobe Locator) for my client's website, and have added CSS code for it to apply to everything EXCEPT the button in my navigation menu. Does anyone know the CSS code for this? I have done a deep-dive on Google and can't find anything specifically for the navigation button. (It is applied to regular buttons throughout the site.) Here is what I have for the navigation text, so I would guess that it would be close to this: //MOBILE// .header-menu-nav-item a { font-family: 'locator-web'; } Thanks so much! Link to comment
tuanphan Posted February 29 Share Posted February 29 Use this code //MOBILE// .header-menu-nav-item a, a.btn { font-family: 'locator-web' !important; } 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