Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #762068

    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!

    #762371

    Hey Allen,

    Please try the following in Quick CSS under Enfold->General Styling:

    .image-overlay {
     visibility: hidden;
     }

    Best regards,
    Rikard

    #763392

    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.

    #763402

    Hi,

    So this has been solved? Do you still need additional help?

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.