How can I alter the color of font headings?

how do I change the color of the font headings?

@inspirea

hy just goto theme customization then click on theme setting on left bottom of the page then you will se color option at the right side

@inspirea you can also do with custom css

.h1 , h2 , h3 , h4 , h5 {color: red !important;}

add above code in theme.css

@Sajeel

Where do I find the theme.css?

This is new to me.

find the theme.css file in assets solder

on theme page click Action then edit with code on the left side you will see files go to assets find the file theme.css or base.css

@Sajeel

It’s not working see screenshot below…

@inspirea

Make sure 124734 is a color code. And you missed to add # at the start o color code like #124734

@Sajeel

ok thanks that worked but my other issue is I have type in my image banner on my home page that I want to keep white and not change to that color in the code. see below.

color you used in code will work if you want it from admin then remove the code