840
Views
2
Comments
Solved
hover change color on container
Question

Hi,

i'm looking for help to make hover container. When the mouse move to the container it change the color.


Thanks

--

I tried like :

but didn't work

2021-09-06 15-09-53
Dorine Boudry
 
MVP
Solution

Hi Ayu, satu is the name of that container inside OS model, this is not the name or id of any element in the resulting DOM.

You could add a new class styling to your screens CSS


and then give the container you want the satustyle


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi,

Where it mentions satu, ensure that the class you apply is called satu

then change the css to:

.satu:hover {

(add the . in front)

Regards,

Daniel

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.