Created
May 15, 2017 10:52
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
commented
May 15, 2017
Author
- https://www.ecwid.com/forums/showthread.php?t=33049 in addition to that
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment