site is: celebrationchurchnc.com
just added the top bar yesterday. looks fine on desktop or laptop, but on mobile, it changes the color of the top section which makes is hard to read the text.
please help.
thanks!
site is: celebrationchurchnc.com
just added the top bar yesterday. looks fine on desktop or laptop, but on mobile, it changes the color of the top section which makes is hard to read the text.
please help.
thanks!
Hello @HappyCowStudios,
Thanks for writing in!
To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
@media(max-width: 979px){
.x-topbar .p-info {
background-color: transparent;
}
}
We would loved to know if this has work for you. Thank you.
that worked! thanks so much!
You’re most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.