This topic has 8 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hi,
I have changed the background color of the top bar to white and font to dark.
But ‘newsletter’ stays in white font and I have no idea where to change this.
Using electorincs demo.
Thanks!
Hello,
Please try to add this code in Theme Options > Styling > Custom css:
.top-bar .popup_link a {
color: black;
}
Regards
Thanks, but that didn’t work.
Where can I change this text and link?
(and font color :-))
Font color can be changed using custom css. Please provide me URL, so I can inspect your site and give appropriate css.
Promo link text you can change in Theme Options > E-commerce > Promo Popup.
Regards
Use DigitalStore to see the site
Please change the previous code to:
.top-bar .popup_link a {
color: black !important;
}
Regards
Great, thanks!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up