Hi everyone,
I just want to ask if its possible to add a hover colour effect in a especific colour section using the ID.
Just change the color of the background of the section.
Thanks very much!
Hey Pauloflores!
Try this CSS out.
#your_id:hover {
background-color: red !important;
}
Regards,
Elliott
Wow Elliott, thank you very much!
Works perfect!
thanks also for fast answer!