How to change color on table column?

Hello, how do I change the color of the box (currently red) as shown in the image below? I do not see an option to do so in the customization menu.

Hey @groovetek,

The color comes from the Site Links setting in Appearance > Theme Options > Typography.

Site link colors are also used as accents for various elements throughout your site.

Hope that helps.

Awesome. Thank you!

Hi There,

You’re welcome, and if you need that box color to be different from what you set on Site Links. You can add this to Theme Options > CSS

/*pricing element featured box title bg-color*/
.x-pricing-column.featured h2 {
	background-color: green;
}

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.