简体   繁体   中英

Change color - hover effect

I am trying to change color at the hover effect to blue at the three gold buttons below the big picture on the start page. http://www.businesspodden.se

I successfully changed color when the mouse "hovers", but it's not correct. I have been trying a lot.

I don't know what to do, can someone help me out with this problem?

I did:

.qodef-hover-background {
  background-color: #2487c9 !important;
}

Try:

.qodef-hover-background:hover { 
    color: blue; 
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM