I have picked this free bootstrap theme, and my problem is that I want to create transparent panels, but when I set opacity: 0.8; the text in the panel, of cour
opacity: 0.8;
CSS
body { background:#c33; } .panel-transparent { background: none; } .panel-transparent .panel-heading{ background: rgba(122, 130, 136, 0.2)!important; } .panel-transparent .panel-body{ background: rgba(46, 51, 56, 0.2)!important; }
HTML
Panel primary Panel content
Example