Change column border color on the pricing table

  • Issue description:
    After changing the main skin color to my preferred choice, it has made the columns border blend too much with a white background (default background of my website). Is it possible through CSS to change the columns border color?
  • Link to the page with the widget in question:
    Testing Page — Hathaway Accounting Services
1 Like

Hi @Chad!

Again, my apologies for the long wait :pray:t2:

We have added the following CSS code to your widget in order to fix the issue:

.eapps-pricing-table-column {
	box-shadow: 0 0 0 1px rgba(29, 66, 137, .5) !important;
}

The colors can be changed as you wish, of course. Could you please let me know if it worked?

Hi @Helga… this was what I was looking for, thank you! I appreciate the help.

1 Like