Hi,
Try to 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)
You can also use custom css plugin or style.css file - if you are using a Child theme.
- Code: Select all
.box.transparent {
background: rgba(14, 22, 35, .89);
}
and please change color values to your own.