How can I change the Atlantic theme header color?

Hey there, my shop currently uses the theme Atlantic. How do I go about changing the header colour?

The logo on there is transparent and I need to make adjustments to the header background colour.

Thanks

Hi @curiouscat32 ,

You can follow these steps:

-From your admin, go to ‘Online Store > Customize’.

-On the editor bar to the left, click on the ‘Theme Settings’ tab, then, click on ‘Colors’.

Under the section ‘Header’, click on ‘Background’ and select your color from the color picker.

-Then just hit Save

Hope it will help you!

Hey there thanks for the response.

I went on there and there is no background colour for me.

Hi @curiouscat32 ,

May you can add this code on your themes:

At the bottom of your assets/theme.css

.picture-block { background-color: red !important; }

Change the color you want on that.

I hope it helps.