Nate1
(Nate)
1
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
Helga
4
Hi @Nate1, welcome to our forum! ![:hugs: :hugs:](https://emoji.discourse-cdn.com/apple/hugs.png?v=12)
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: :slight_smile:](https://emoji.discourse-cdn.com/apple/slight_smile.png?v=12)
Nate1
(Nate)
5
wow you are awesome. i believe it works perfect!
1 Like
Helga
6
Amazing! ![:heart_eyes: :heart_eyes:](https://emoji.discourse-cdn.com/apple/heart_eyes.png?v=12)
You’re most welcome, @Nate1 !