Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ae-elaine-axis/f22ad4513b681d3347e4e0530fa4dcd2 to your computer and use it in GitHub Desktop.

Select an option

Save ae-elaine-axis/f22ad4513b681d3347e4e0530fa4dcd2 to your computer and use it in GitHub Desktop.
"Log In to see prices" notice in right panel on product pages
body.ecwid-customer-loggedOut .ecwid-productBrowser-sku:after {
display: block;
content: "Sign In to see the price";
font-weight: 600;
font-size: 18px;
text-align: center;
color: green;
margin-top: 30px;
}
@ae-elaine-axis

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment