Custom CSS No Longer Working
-
Good Day,
I was previously helped by Stan. I use OceanWP theme.
In the Product Listings, the Add to WishList button was only appearing once I hovered over a Product in a Product Archive (it didn’t matter what setting I chose for Button Position).
I spoke to Stan to find out how I can ensure that the button is visible all the time, even without hover, and that the button is above the Product Thumbnail (not layered over the thumbnail).
I was able to fix the problem with the following custom CSS code and it worked well for a few weeks but now the problem is back despite the fact that the Custom CSS is still present. You can see what I can talking about on the page that is linked.
What could have caused the changes to be reversed?
I used the following CSS code on the Wishlist Style Options Page:
.products .product .tinv-wraper.tinv-wishlist {
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}.products .product .tinv-wraper.tinv-wishlist {
position: relative;
top: 0;
}The page I need help with: [log in to see the link]
- The topic ‘Custom CSS No Longer Working’ is closed to new replies.