Valid CSS style stripped when slider saved
-
I am trying to put a semi-transparent background on a div within one of my slides:
<div style=”text-align: center;padding-bottom: 10px;color: white;width: 25%;font-size: 32px; background-color: rgba(0,0,0,0.6);”>
As soon as I update the slider the background-color attribute is stripped out so what is saved is this
<div style=”text-align: center;padding-bottom: 10px;color: white;width: 25%;font-size: 32px”>Not sure why the plugin would be doing this?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Valid CSS style stripped when slider saved’ is closed to new replies.