Advertisement
RiQ363

Untitled

Sep 9th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.76 KB | None | 0 0
  1. html#ecwid_html body#ecwid_body .ecwid-AddToBagButton:before {
  2.   content: "Add To Bag" important;
  3. }
  4.  
  5. html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-checkoutButton:before {
  6.   content: "Checkout" important;
  7. }
  8.  
  9. html#ecwid_html body#ecwid_body .ecwid-ContinueShoppingButton:before {
  10.   content: "Continue Shopping " important;
  11. }
  12.  
  13. html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-checkoutButton, html#ecwid_html body#ecwid_body .ecwid-AddToBagButton, html#ecwid_html body#ecwid_body .ecwid-ContinueShoppingButton
  14. {
  15.     background: none !important;
  16.     background-color: #6e8bb4 !important;
  17.     color: #000000 !important;
  18.     padding: 10px !important;
  19.     border-radius: 10px !important;
  20.     height: 20px !important;
  21.     font-weight: bold;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement