Topic: New gradated caption bar
Where in Showkase can I turn this off? I played with CaptionBackTopColor but it didn't do anything. Why does the bar display by default?
The only way I could figure out how to turn it off was in CSS:
div.jb-caption.jb-classifier-layer {
background-image: none !important;
Background-color: rgba(246, 246, 246, 0.7) !important;
}
I had to take out the gradation, but still have color for the captions in Expanded Gallery.
Is there an easier place to turn the gradation off using Showkase? If others run into this is might be easier than the CSS.
Also, since I updated Juicebox I have to go into the theme and re-enter my custom icons. But the caption font and number size also need to be replaced. It seems like I have to change the theme in both the admin/plugins/juicebox folder and the _viewers/juicebox folder. I thought admin was the key folder to change.
*OK, scratch that. I had too many things I changed in the theme.css file so I replaced the new one with the old one. Way too frustrating.