Unais_3rd
(Unais 3rd)
1
while hovering on the div which contains the heading and its content
the heading has this kind of animation
So
It has been working fine till yesterday
now it’s not
Does anyone know what this is??
Here is my public share link: Webflow - Elevar Growth
[1]: http:// https://elevar-growth.webflow.io/
Hey @ Unais_3rd
If it was working fine previous day then you can restore your old site version in webflow.
You can do it following this steps.
Site settings > Backups tab.
Can look at this also: Save and restore backups - Webflow University Documentation
Have a great day
Stan
(justAnotherDeveloper)
3
hi @Unais_3rd your element with class .dnasrvchvrbgcolorabs
has z-index: -10
that is why you can’t see it.
BTW: class naming convention uses dashes my-class-name
or snake my_class_name
or its combinations.
Using camel case myClassName
it mainly used in Programming languages.
You can also check what is BEM or OOCS etc.