• Resolved marseem

    (@waseemsannib)


    I have a problem with the plugin.
    Why once I cross the mouse arrow on the product image, highlight size comes higher than the actual height of the image.
    screenshot: https://ibb.co/Fg2H6tr

    • This topic was modified 2 years, 7 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • ijas

    (@ijasacodez)

    Looks like a CSS issue, please try adding this code to your sites custom CSS section (Appearance -> Customize -> Additional CSS)

    .products .acoplw-badge {
    display: block !important;
    }

    Thread Starter marseem

    (@waseemsannib)

    Thank you for the support. it works perfectly now.
    Just a question is there any option to change the font style? I need to change the font to be similar to my used website fonts.

    ijas

    (@ijasacodez)

    You can change the font-family vis CSS code, just add the font-family ‘Oswald’ to the code shared

    .products .acoplw-badge {
    display: block !important;
    font-family: Oswald, sans-serif;
    }

    Thread Starter marseem

    (@waseemsannib)

    Thank you it worked perfectly.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error highlight the product image.’ is closed to new replies.