Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I am able to apply effetcs by adding custom css to Widget Styles/CSS Styles but i can’t make it work if i add hover effects.
Example:
image-effect {
opacity: 0.8;
}
image-effect:hover {
opacity: 1.0;
}
The first part is working but the seccond part with hover not.
Is there any solution?