Hide order button via class

This commit is contained in:
Alex P 2022-10-20 09:24:24 +03:00
parent 763e1e287c
commit 57af25a197
4 changed files with 25 additions and 13 deletions

View file

@ -15,3 +15,7 @@
.ppcp-dcc-order-button {
float: right;
}
#place_order.ppcp-hidden {
display: none !important;
}