add this to user css
.flex-caption{background:#C00;opacity:.7}
I've been changing colors in the custom colors menu of the navbar and the sidebarwidget and I have noticed that the it has effected the opacity of the textbackground of the slider. When I turn off the custom colors, the opacity is back to normal. How can I fix this? Link
add this to user css
.flex-caption{background:#C00;opacity:.7}
Thanks again. I already had the .flex-caption in my user CSS so I just added the opacity code and it was ok. Don't know why you added #C00. : )
Satish, is there any way to get the box to be a less see-through then it is now? I already set the opacity to 1. Just to be clear, I want the background to be just a little more darker.
try this
Code:.flex-caption{background:#000;opacity:.7}
Bookmarks