.gkIsWrapper-gk_storebox figcaption {
background: rgba(0, 0, 0, 0.4) !important;
}
Cyberek wrote:Because bg is set inline by script you need to use !important:
- Code: Select all
.gkIsWrapper-gk_storebox figcaption {
background: rgba(0, 0, 0, 0.4) !important;
}
You were pretty close .