I am using the Astra theme and in additional CSS when I use CSS to change color for the p
tag it works fine. I want to change the color of h1
tags but the custom CSS is not working. I have tried:
h1 {
color: purple;
}
I am using free version not pro what should I do?