hi im not able to change the color of the footer and annoucement bar text color. i tried adding another css file with
.announcement-bar__message center h5{
color:white;
}
but its not uploading on my website
i also added that asset name under the base.css location on my theme.liquid but its not showing any changes.
thank you
Hi,
Give this a go
.announcement-bar__message center h5{
color:white !important;
}
Also is centre meant to be a class ?
hi i tried doing that but its still not working.
attached is the inspection of my page and i picked the class from here
Ahh okay try this :
.announcement-bar__message {
color:white !important;
}
There is a typo, should be
‘ed-custom.css’
thank you that helped ! can you also help me change the footer text color too
yea sure, send me a screenshot from the inspector
You should be able to do this in the same file
.footer {
background: white !important
}