I am not sure what code i edited to have this happen but there is suddenly a white bar above my announcement bar that I would like to get rid of that was not originally there. It is on both desktop and mobile. I am using the theme feather.
url : www.solbarasocks.com
Hello @solbara
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.
.utility-bar.color-scheme-1e643c34-cccc-4145-9211-3c2feb04a61c.gradient {
background: #393934;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks