- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Can I change a button's hover color?
Can I change a button's hover color in the HTML/CSS of my website? I was able to change the background to CC3399 (dark pink) but the hover is still the teal from the theme. I saved the adjusted style as "variables_orange2.less" and am using that. I tried changing the values in the code to DCD3CB (light grey) but to no avail. Here is the website for reference: https://www.andreagriecodesign.com/. Thank you for any help you can provide.
variables_orange2.less code is:
@background: #ffffff;
@footer: #f9f9f9;
@font: #8e8e8e;
@emphasized: #DCD3CB;
@aHover: #DCD3CB;
@navHover: #484848;
@navBackgroundHover: #f6f6f6;
@subnavHover: #484848;
@subnavBackgroundHover: #e8e8e8;
@landingLink: #8dc7d3;
@line: #d0d0d0;
@button: #DCD3CB;
@hoverButton: #DCD3CB;
@activeButton: #DCD3CB;
@highlight: #CC3399;
@hoverHighlight: #DCD3CB;
@activeHighlight: #DCD3CB;
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thanks for posting, @agdesign. Which of these rules did you change:
@button: #DCD3CB; @hoverButton: #DCD3CB; @activeButton: #DCD3CB; @highlight: #CC3399; @hoverHighlight: #DCD3CB; @activeHighlight: #DCD3CB;
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
all of them
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report