What am I missing to change the h2 color for the two side columns?

What am I missing to change the h2 color for the two side columns?

Hi There @ppe29
Thanks for writing in! You can add the following CSS rule into your Cornerstone’s custom CSS area.
.x-pricing-column h2 {
background: red;
}
Hope that helps.
I was asking how to change the color of the actual headline, not the background. But not to worry. I used your code and changed background to color to change the h2 text color:
.x-pricing-column h2 {
color: #fff;
}
Cheers!
Hi again,
We’re sorry for the confusion, we’re glad you managed to solve it on your own and thank you for sharing the solution with us.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.