I am able to switch between the bluevoltage & darkster themes from the samples.
I have added the following to both theme.css
img2 {
-webkit-box-reflect: below 0px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), color-stop(0.9, transparent), to(rgba(255, 255, 255, 0.5))) !important;
box-shadow: rgb(0 0 0) 4px 3px 5px;
border-radius: 16px;
background-repeat: no-repeat;
}
I have added an image and set the elementClassName to img2 ( I added Important as well )
The css is not applied. How ever the element shows as class=img2
If I paste the CSS into the img2 in the inspector I get the reflection I am after. So I presume the CSS is correct.
https://rockstruck.com/testCSS/rocksTruck.html
Click the list controls to select either of the first 2 themes.