Advertisement
michaellevelup

Out of stock CSS

Aug 26th, 2022
988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. .woocommerce span.soldout {
  2.     min-height: 0;
  3.     min-width: 0;
  4.     padding: 0.5em 1em;
  5.     font-weight: 700;
  6.     position: absolute;
  7.     text-align: center;
  8.     line-height: 1.2;
  9.     border-radius: 0.25rem;
  10.     background-color: gray;
  11.     color: #fff;
  12.     font-size: 0.857em;
  13.     z-index: 9;
  14.     top: 6px;
  15.     right: 6px;
  16.     left: auto;
  17.     margin: 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement