sssss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
8 changed files
with
60 additions
and
3 deletions
| ... | @@ -14658,6 +14658,30 @@ input[type=checkbox] { | ... | @@ -14658,6 +14658,30 @@ input[type=checkbox] { |
| 14658 | color: red; | 14658 | color: red; |
| 14659 | } | 14659 | } |
| 14660 | 14660 | ||
| 14661 | #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment, | ||
| 14662 | .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce table.shop_table, .list-group, | ||
| 14663 | .btn, | ||
| 14664 | .wpcf7 input[type=submit], | ||
| 14665 | .woocommerce-notices-wrapper .woocommerce-message a.button, | ||
| 14666 | .woocommerce-info a.button { | ||
| 14667 | border-radius: 0px; | ||
| 14668 | } | ||
| 14669 | |||
| 14670 | .btn, .wpcf7 input[type=submit], .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-info a.button { | ||
| 14671 | text-align: center; | ||
| 14672 | background-color: #0484B8; | ||
| 14673 | color: #fff; | ||
| 14674 | text-transform: uppercase; | ||
| 14675 | display: block; | ||
| 14676 | font-size: 18px; | ||
| 14677 | border-width: 0px; | ||
| 14678 | } | ||
| 14679 | |||
| 14680 | .btn:hover, .woocommerce-info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .wpcf7 input[type=submit]:hover { | ||
| 14681 | background-color: #2C2C2C; | ||
| 14682 | color: #fff; | ||
| 14683 | } | ||
| 14684 | |||
| 14661 | .pre-header { | 14685 | .pre-header { |
| 14662 | background-color: #0484b8; | 14686 | background-color: #0484b8; |
| 14663 | color: #fff; | 14687 | color: #fff; |
| ... | @@ -16132,6 +16156,11 @@ label[for=quicksearch] { | ... | @@ -16132,6 +16156,11 @@ label[for=quicksearch] { |
| 16132 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); | 16156 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); |
| 16133 | } | 16157 | } |
| 16134 | 16158 | ||
| 16159 | /* To hide the additional information tab */ | ||
| 16160 | li.additional_information_tab { | ||
| 16161 | display: none !important; | ||
| 16162 | } | ||
| 16163 | |||
| 16135 | #resources.dataTable { | 16164 | #resources.dataTable { |
| 16136 | width: 100% !important; | 16165 | width: 100% !important; |
| 16137 | } | 16166 | } | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -233,4 +233,6 @@ function lit_woocommerce_confirm_password_checkout( $checkout ) { | ... | @@ -233,4 +233,6 @@ function lit_woocommerce_confirm_password_checkout( $checkout ) { |
| 233 | $checkout->__set( 'checkout_fields', $fields ); | 233 | $checkout->__set( 'checkout_fields', $fields ); |
| 234 | } | 234 | } |
| 235 | } | 235 | } |
| 236 | add_action( 'woocommerce_checkout_init', 'lit_woocommerce_confirm_password_checkout', 10, 1 ); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 236 | add_action( 'woocommerce_checkout_init', 'lit_woocommerce_confirm_password_checkout', 10, 1 ); | ||
| 237 | |||
| 238 | add_filter( 'woocommerce_enable_order_notes_field', '__return_false', 9999 ); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -185,4 +185,24 @@ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s | ... | @@ -185,4 +185,24 @@ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s |
| 185 | .error{ | 185 | .error{ |
| 186 | color: red; | 186 | color: red; |
| 187 | } | 187 | } |
| 188 | } | ||
| 189 | |||
| 190 | #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment, | ||
| 191 | .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce table.shop_table,.list-group, | ||
| 192 | .btn{ | ||
| 193 | border-radius:0px; | ||
| 194 | } | ||
| 195 | |||
| 196 | .btn, .woocommerce-info a.button, .woocommerce-notices-wrapper .woocommerce-message a.button, .wpcf7 input[type=submit]{ | ||
| 197 | text-align: center; | ||
| 198 | background-color: #0484B8; | ||
| 199 | color: #fff; | ||
| 200 | text-transform: uppercase; | ||
| 201 | display: block; | ||
| 202 | font-size: 18px; | ||
| 203 | border-width: 0px; | ||
| 204 | } | ||
| 205 | .btn:hover, .woocommerce-info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .wpcf7 input[type=submit]:hover{ | ||
| 206 | background-color: #2C2C2C; | ||
| 207 | color: #fff; | ||
| 188 | } | 208 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -132,4 +132,10 @@ | ... | @@ -132,4 +132,10 @@ |
| 132 | .btn-close:hover{ | 132 | .btn-close:hover{ |
| 133 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); | 133 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); |
| 134 | } | 134 | } |
| 135 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 135 | } | ||
| 136 | |||
| 137 | |||
| 138 | /* To hide the additional information tab */ | ||
| 139 | li.additional_information_tab { | ||
| 140 | display: none !important; | ||
| 141 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: Tenzing Communications | 5 | Author: Tenzing Communications |
| 6 | Author URI: https://tenzingbrand.com | 6 | Author URI: https://tenzingbrand.com |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.1.003 | 8 | Version: 1.1.004 |
| 9 | License: GNU General Public License v2 or later | 9 | License: GNU General Public License v2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | Text Domain: understrap-child | 11 | Text Domain: understrap-child | ... | ... |
-
Please register or sign in to post a comment