Hello,
I found this on the forum, but it didn’t work:
.h6 {
color: #0067A0;
}
I don’t know what else i can do to change just the color of a single headline size.
Any ideas?
Jesse
Hello,
I found this on the forum, but it didn’t work:
.h6 {
color: #0067A0;
}
I don’t know what else i can do to change just the color of a single headline size.
Any ideas?
Jesse
Hey Jesse,
Thanks for writing in!
Simply update your code and use this:
h6, .h6 {
color: #0067A0;
}
Please let us know if this works out for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.