how do I change the color of the font headings?
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
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
Make sure 124734 is a color code. And you missed to add # at the start o color code like #124734
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