I would like to change the color of each of the headings h1
— h6
in the Minimal theme. I tried adding the following to the main.css
file but nothing changed. I’m afraid to keep tinkering around and experimenting because I don’t want to break it.
This is what I tried:
h1, h2, h3, h4, h5, h6 {color: #3838ba !important}
I’ve tried reaching out to the site author but no response.
Thank you for your time and patience with me.