This topic has 6 replies, 3 voices, and was last updated 4 years ago ago by Olga Barlow
Hello,
We are interested in adding a small text-only promotion banner on top of our page in a way that it would be visible on all pages (main, product pages, categories etc.) What is a best way to go around it? Is there maybe an option for this in the theme?
Best regards
Hello,
Appearance > Customize > WooCommerce > Store notice
Regards
Hello,
We have tried the suggested way, but we have a problem since the banner covers the top heading. We have currency exchange, languages, and account options on top heading, and the notice covers that part. Also, we did not find the options to customize the said notice. Could you please assist us with these problems?
Hello,
Add the notice and reply back. We’ll check and snd you custom CSS to fix it. Or provide WP Dashboard access and we’ll do it by ourselves.
Regards
Dear Olga,
I have added the the notice banner. Please note that underneath the notice banner, there was the top header, not longer visible. The top header has the log in, register, language and currency option.
Could you please help me to:
– avoid that the notice banner would hide the top header
– allow me to customize the banner background color, the text size and color
Please let me know if you need to get access to the back end.
Best regards.
F.
Hello,
Add the below custom to Theme Options > Custom CSS
.page-wrapper {
margin-top: 45px;
}
.demo_store {
background-color: #fca029;
color: #fff;
font-size: 18px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up