How to make the shadow box opaque or transparent but not the text inside
-
I’m trying to do a black shadow box that is around 0.6 in opaque or transparent but when I use the following css code it also makes the text inside the box opaque. Anyone have any ideas how to fix it?
.dropshadowboxes-drop-shadow {
opacity: 0.6;
}`
- The topic ‘How to make the shadow box opaque or transparent but not the text inside’ is closed to new replies.