Viewing 2 replies - 1 through 2 (of 2 total)
  • It is the CSS on your theme, specifically on an a element:

    a, a:visited {
        color: #ED702B;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    the transition makes that weird animation happen when switching between images.

    Thread Starter Matthew Addis

    (@matthewfoxxr)

    Brilliant find! I was able to resolve the issue with that find. I appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display of stars on review form are out of alignment’ is closed to new replies.