Lynnster Posted September 12 Share Posted September 12 I have the newsletter block button hovers working perfectly, but the rest of the button hovers have text that's disappearing to orange. That's great for the rest of the text links on the site, but I want the general button hover text to be black. I've tried various code and so far nothing seems to be fixing it. I know this is a simple thing... so it's driving me nuts. Any code suggestions? The website is http://www.controlyourcareer.net. TIA! Link to comment
Lynnster Posted September 13 Author Share Posted September 13 Nope. Didn't work. 😞 Link to comment
Lynnster Posted September 13 Author Share Posted September 13 This is the code that's making the text turn orange. I think I need to give instructions to do it differently on buttons, I'm just not sure what exactly that code looks like.  .header-nav-item a:hover {   font-weight: 600; color: #F5510A !important; } a { text-decoration: none !important; transition: 0.3s : important; &:hover { font-weight: 600; color: #F5510A !important; transition: 0.3s !important; }  Link to comment
tuanphan Posted September 17 Share Posted September 17 With header button, use this a.btn:hover { color: #000 !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
Lynnster Posted September 27 Author Share Posted September 27 Hi! Sorry, just saw this. That worked for the header but not the rest of the places throughout the site like the "Our services" section on http://www.controlyourcareer.net. I sent you an email. Link to comment
tuanphan Posted September 27 Share Posted September 27 4 hours ago, Lynnster said: Hi! Sorry, just saw this. That worked for the header but not the rest of the places throughout the site like the "Our services" section on http://www.controlyourcareer.net. I sent you an email. Use this code for Our Services div.fe-66c10091fdeedb75bd69cab0 .button-block a:hover { color: #fff !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