zenithf0rte
Forum Replies Created
-
Never mind; I figured it out 😛
.owl-item .sa_hover_container {
position:relative !important;
}.owl-item .sa_hover_container:after {
content:”;
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
transition: .35s ease background-color;
}/* Hover effect on the card */
.owl-item .sa_hover_container:hover::after {
background-color: rgba(0,0,0,0.9);
}*/ So that the title would not be impacted by the tint */
.owl-item .sa_hover_container h3 {
z-index: 10;
}Thank you! That gives me an idea.
I’m trying to have the card tinted but to go even more tinted upon hover.
How would this be done?
Ah I see. Thank you!
As a follow up, it doesn’t seem to be theme-related. The response that came back to me was: why would it be the theme? We are trying to access something in the dashboard of the plugin which should be the same for all themes.
Regardless, we changed the theme and we still couldn’t use the input boxes.
Hello and thank you for the response. I don’t have access to change the themes around but I’ll keep at it and post an update if I come across one. Thanks!
Hello Mare!
Just recap: You make changes, click the “Update” button and refresh the page and none of the changes show?
I’m sure you’ve done the simple “cache clearing” too.
On a side note, what is the default min-height set to?
I changed it when testing it and apparently it does work but ONLY for Edge. Chrome and Firefox does not show anything.
Even on Edge, it doesn’t show me any numbers. Just a blinker where the input should be.