Home Forums WoodMart support forum Adjust Shipping options for both "cart"page and "checkout"page Reply To: Adjust Shipping options for both "cart"page and "checkout"page

#102295

busker
Participant

yes thank you. I have fixed the CSS and type! Thanks!

By the way, I am having problems with the Mobile menu cart button. It is not displaying under mobile mode. Theme is updated to the latest as well as wp bakery.

Also, i like to change the notification cart bar background color. The top bar default is spinach green and bottom bar is mustard yellow.

I tried using this CSS below but its not working.

body .woocommerce-cart-notice {
background-color: #459647;
}

body.woocommerce-checkout .woocommerce>.woocommerce-info .amount {
color:#26ba45;
}

body.woocommerce-checkout .woocommerce>.woocommerce-info .button {
color:#26ba45;
border-color:#26ba45;
}