I have some customized CSS in an Elementor Flexbox container so I can zoom it’s history overlay picture. The code functioned flawlessly with Columns as well as Areas, yet when I switched over to Flexbox Containers it quit working. I have actually browsed all over for a service as well as attempted a thousands points for it to deal with containers yet I had not been able to do it. I can not appear to resolve programmatically the history overlay photo of the container.
Any kind of aid?
Right here’s my code:
selector {
overflow: concealed! essential;
}
selector.elementor-background-overlay {
- webkit-filter: illumination( 100%).
- webkit-transition: all 0.5 s! essential;.
change: all 0.5 s! essential;.
- webkit-transform-origin: facility;.
transform-origin: facility;.
}
selector: hover.elementor-background-overlay {
- webkit-transform: range( 1.3 );.
change: range( 1.3 );.
}