Additional CSS Class Not Working

Home / Forums / Ascend Theme / Additional CSS Class Not Working

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
July 20, 2020 at 1:06 pm

I’m sure this is user error but I’m trying to get an image in an advanced gallery to move upwards 5 pixels when hovering on it.

So inside my advanced gallery, I have an image where I’ve set Additional CSS Class to: image-hover-rise

Then I went to theme options Custom CSS and added:
.image-hover-rise a img:hover {
position: relative;
top: -5px;
}

But, nothing happens.

Below is a link to the page. I’ve applied the additional css class to the FITNESS icon/image.

Hope you can help!

Best,
Brandon

  • You must be logged in to reply to this topic.