I’m putting together a site that lists ebay products automatically using the phpbay plugin. The issue I’m having is that when you hover over the product images the arrow is off to the left and above sometimes. Is there anyway to fix this or to just hide the arrow / image overlay?
Thanks!
Hey Allen,
Please try the following in Quick CSS under Enfold->General Styling:
.image-overlay {
visibility: hidden;
}
Best regards,
Rikard
Didn’t work. I used this after I posted my question and it worked.
a img {
border: none;
padding: 0;
margin: 0;
display: inline-block;
max-width: 100%;
max-height: 100px;
image-rendering: optimizeQuality;
}
I have the linked image overlay disable in the theme options.
Hi,
So this has been solved? Do you still need additional help?
Best regards,
Jordan Shannon