'How to make hero region background transparent in oracle apex?

I tried writing these to the inline:

  .t-HeroRegion {
        background-color: transparent;
        color: transparent;
        background-size: cover;
}

.t-HeroRegion-title {
        background-color: "ffffff"
}

.t-Body{
     background-color: rgba(0, 0, 0, 0);
}

.t-HeroRegion-wrap {
        background-color: transparent;
}

but nothing works. Please help.

I also tried putting this line to the appearance:

enter image description here



Solution 1:[1]

Please add the following line on Region Attributes --> Advanced --> Custom Attributes

style="background-color: transparent;"

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Aigli Karapostoli