How to add a gradient color to the top bar on iPhone?

Hi,

I want to add a gradient color on the top bar where the notch is on the iphone

Go to Themes> Customize> Announcement Bar Section

Then in the Custom CSS settings add the following code and change the gradient direction or color HEX codes as needed:

background: linear-gradient(to right, #ef3b36, #ffffff);

You can also just use coolors.com they can provide the gradient CSS code to copy.

Hope that solves your issue!
@biznazz101