This topic has 4 replies, 2 voices, and was last updated 8 years, 3 months ago ago by 8theme
Hi, i would like to know how can i replace the position of woo-commerce store wide notice, cause at the moment it falls under the footer at the bottom of the website, i would like to display it on top of the website or above the slider, pls guide me on this, thank you.
I would also like to know if there is a way to disable brand features of the theme, cause I’m planning to use brand plugin by yith which has more features, pls do update me.
Thank You.
Hello,
Thank you for using our theme.
Please provide us your web-site url so we could see what notice do you mean.
As for brands: just don’t add them and you use your custom solution.
Regards
hi again,
my website is still under construction, i mean the store wide notice in woocommerce setting, please refer to my attachment.
https://drive.google.com/file/d/0B-iw3OgeXuulU3N5VHBzNXRTbU0/view?usp=sharing
https://drive.google.com/file/d/0B-iw3OgeXuulZEhfZ0RxZm9yaWM/view?usp=sharing
Thank You.
Okay we got the problem. Try to add the following code snippet to your custom CSS
p.demo_store {
position: fixed;
top: 0;
z-index: 200;
background: white;
padding: 30px;
width: 100%;
text-align: center;
}
You must be logged in to reply to this topic.Log in/Sign up