I have code (from another template) that is applied to Feature Box. It animates the box on hover with a drop shadow appearing.
I am wondering if from this code the shadow can be set to be active all the time. This is the code:
addonId:hover{
box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.15) !important;
transform: translateY(-80px);
}
I've tried a couple of things but I end up getting extra shadows which looks weird. Maybe it's not possible but hopefully someone that knows what they're doing knows a way.
If so, I would appreciate any help. THanks.