Woocommerce cart positioning

E Started by Emmeke · October 24, 2023 at 7:08 pm · 7 replies 0 voices Last reply 2 years, 8 months ago
ST
Spiracle Themes Original poster
#3

Hi Emmeke

Try the following CSS

.woocommerce-notices-wrapper {
	position: relative;
    z-index: 99;
}

Copy & Paste it into Appearance -> Customize -> Additional CSS

Best Regards

ST
Spiracle Themes Original poster
#5

Hi Emmeke

Try the CSS below

.woocommerce-notices-wrapper {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
}

Copy & Paste it in Appearance -> Customize -> Additional CSS

The built-in Notice bar in WooCommerce doesn’t include a close button. So we cant do much in this.

Best Regards

ST
Spiracle Themes Original poster
#8

Hi Emmeke

Navigate to Appearance -> Customize -> Shop Settings and there you’ll find an option to show Menu Cart.
To remove the Blue background, navigate to Appearance -> Customize -> Page Settings and enable the Hide Page Title Section

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Woocommerce cart positioning

By posting, your reply becomes public (unless marked private).