Hey guys,
currently trying to increase the font size on my main menu and announcement bar.
In my theme.liquid I have the following code:
@media screen and (min-width:767px){ .banner__heading { font-size: 50px !important; } .banner__box{ left:-28% !important; } }and in my base.css (this is for the annoucement bar) I have:
}
p.announcement-bar__message.h5 {
font-size: 50px;
}
Neither are making any changes, noticing this alot the last day or two - also had an issue with custom font assets but fixed that through an app.