Advertisement
iJayyPee

ECWID Custom CSS edit

Dec 22nd, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /*remove sign in link*/
  2. div.ecwid-productBrowser-auth {
  3. display: none;
  4. }
  5. table.ecwid-Checkout-blockTitle button, div.ecwid-Checkout-PasswordBlock {
  6. display:none;
  7. }
  8. div.ecwid-Checkout-blockTitle button.gwt-Button{
  9. display: none;
  10. }
  11.  
  12.  
  13. /*remove sku*/
  14. div.ecwid-productBrowser-sku, td.ecwid-productBrowser-productsTable-sku {
  15. display: none !important;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement