Advertisement
rocketgenius

Product Demo Custom CSS

Sep 15th, 2019
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. li.gfield.gfield_price:not(.gfield_total) {
  4.     border: 2px solid #eee;
  5.     padding: 1.5rem 1.5rem 1.5rem 8rem!important;
  6.     -webkit-border-radius: 4px;
  7.     -moz-border-radius: 4px;
  8.     border-radius: 4px;
  9.     background-image:url("https://rgsharedweb.s3.amazonaws.com/images/product1.png");
  10.     background-repeat: no-repeat;
  11.     background-size: 12.5%;
  12.     background-position: 1.5rem 1.5rem
  13.  
  14. }
  15.  
  16. li.gfield.gfield_price.gfield_total {
  17.     padding: 1.5rem;
  18.     font-size: 1.125rem;
  19. }
  20.  
  21. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement