/* View Order button styling */ /* Remove icon from hover */ .woocommerce-orders-table__cell-order-actions > a:hover { padding: 0.3em 1em !important; } .woocommerce-orders-table__cell-order-actions > a:hover::after { display: none !important; }
css
Breakpoints for Common Viewport Sizes
@media screen and (max-width: 479px) { /* start of phone styles */ } @media screen and (max-width: 767px) { /* start of medium tablet styles */ } @media screen and (max-width: 991px) { /* start of large tablet styles */ } @media screen and (max-width: 1023px) { /*...