Why isn't my code to increase font size working?

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.

1 Like

Hi @rafe1337

I guess you are using the wrong class name for your main menu and announcement bar. Could you share your store URL so I can check?

Hi @rafe1337

Would you mind sharing your store URL? Thanks!