I want to change the text color in the announcement bar without changing the rest of my website. Any idea how?
Website:https://www.auntclothing.com/search
Password:auntsoon
Thanks in advance!
I want to change the text color in the announcement bar without changing the rest of my website. Any idea how?
Website:https://www.auntclothing.com/search
Password:auntsoon
Thanks in advance!
To change the style of the announcement bar
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
/* change background of the section */
.announcement-bar {
background: red;
}
/* set gradient for the message and change font size */
.announcement-bar__message {
color: #fff;
}
yes, please add this code
.announcement-bar.color-background-2.gradient {
background: #000000;
}
.announcement-bar__message {
color: #ffffff;
}