Add shadow to toggles

I like these. What can we do to add the shadow around the “table toggle” buttons. Assuming it would make them more visible

1 Like

Hi, @Rev_Devan :wave:

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 :smiley:

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 :slightly_smiling_face: