Hello,
Please add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
- Code: Select all
.widget_gk_buddypress figcaption {
background: rgba(12, 19, 31, 0.6);
}
First 3 values are rgb color and the last one (0.6) is opacity.