Hi
pls could u provide a solution to changing the orange bar above the header/announcement bar can’t change it in setting need code for it.
URL: smartappliancesonline.co.uk
Theme: Warehouse
Current:
Cheers
Hi
pls could u provide a solution to changing the orange bar above the header/announcement bar can’t change it in setting need code for it.
URL: smartappliancesonline.co.uk
Theme: Warehouse
Current:
Cheers
@chrisjames11 Add the following code to your theme.liquid file just above the tag
<meta name="theme-color" content="#FCFF00">
<meta name="apple-mobile-web-app-status-bar-style" content="#FCFF00">
Hope it helps. Don’t forget to change the color code to your choice.
Need professional help for your theme coding? Reach out to me!
how can I make the color a gradient??
cheers, for the “theme-colour” how can I change it to this gradient?
background: rgb(3,114,184);
background: linear-gradient(90deg, rgba(3,114,184,1) 0%, rgba(19,62,136,1) 100%);