Skip to content

Instantly share code, notes, and snippets.

@ae-elaine-axis
Created November 15, 2017 14:56
Show Gist options
  • Save ae-elaine-axis/afc0399a699120fb2400b6d879326735 to your computer and use it in GitHub Desktop.
Save ae-elaine-axis/afc0399a699120fb2400b6d879326735 to your computer and use it in GitHub Desktop.
Round corners for images in grid
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-category__bg,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-category__bg-color,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-category__bg-image,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-category__shadow {
border-radius: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment