I like these. What can we do to add the shadow around the “table toggle” buttons. Assuming it would make them more visible
Hi, @Rev_Devan
You’d like to apply shadow only to toggles, without hint, right?
i like the hints, but would not mind the shadows on them all. all the buttons
1 Like
@Rev_Devan This code should do the trick:
.eapps-pricing-table-toggle-item-name,
.eapps-pricing-table-toggle-item-hint {
box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}
Please try it out and let me know if it worked