Pricing Table CSS

hey guys
I am trying to edit the pricing table found here.

However, I cannot seem to find a way to add the custom CSS to get the transparent green up on the title area? Any help is much appreciated!

Also - the proper tagging in css to make the ‘featured’ column’s border thicker by a pixel or two.

Thank you for your help in advance.

1 Like

Hi @Nate1, welcome to our forum! :hugs:

This is the CSS code we added to your widget:

.eapps-pricing-table-columns-container {
width: 95%;  
}

.eapps-pricing-table-column-2  {
background: rgba(76, 175, 80, 0.2)
} 

.eapps-pricing-table-column-title-text {
line-height: 20px;
}

.eapps-pricing-table-column-item-with-background {
  background: initial !important;
}

Could you please check and let me know if it worked as expected? :slight_smile:

wow you are awesome. i believe it works perfect!

1 Like

Amazing! :heart_eyes:
You’re most welcome, @Nate1 !