color hover item text hover color
I have color hover item - how can I add box shadow (like this: http://prukon.cz/) and change text color only on hover?
And is in muffin builder any element/box witch can change two images on hover (http://prukon.cz/)?
http://motivace.studioosiris.cz/test-hover
Comments
we are sorry but we do not have such item included into theme unfortunately.
Thanks for understanding!
.hover_color .hover_color_wrapper {-webkit-box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.4);
box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.4);
}
.hover_color .hover_color_wrapper:hover h3 { color: #000 !important; }