This topic has 2 replies, 2 voices, and was last updated 5 months, 1 weeks ago ago by Tony Rodriguez
Hi,
Kindly refer to the attachment. The notification you see is auto generated by woocommerce. It keeps showing below the footer, Is there a possibility from the theme to have this set up on the header instead?
Thanks
Hello, @Ishbak,
Thank you for contacting us and for using XStore.
We are pleased to assist you with displaying the store notice at the top of your page (Header). Please follow the steps below to add the necessary CSS code:
1. Navigate to Xstore > Theme Options > Theme Custom CSS > Global CSS.
2. Insert the following CSS code:
.woocommerce-store-notice {
position: absolute !important;
top: 0 !important;
}
You can preview the expected result by visiting this link: (https://paste.pics/edit/R5YCY)
We hope you find these instructions helpful. Should you require any further assistance or have any questions, please do not hesitate to contact us. We are here to support you.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up