Hi 
I'm using Cryptocurrency Ticker Widget Pro (by Cool Plugins) in my Foxiz theme, and I want to make the ticker transparent to work in dark mode. My css was working for free version but not for the pro ones.
Css for the free one :
The site I'm trying this on for reference :
Can anyone help how to make it work for Pro one too?

I'm using Cryptocurrency Ticker Widget Pro (by Cool Plugins) in my Foxiz theme, and I want to make the ticker transparent to work in dark mode. My css was working for free version but not for the pro ones.
Css for the free one :
Code:
.tickercontainer ul {
background: none !important;
}
.tickercontainer span.name,
.tickercontainer .ccpw-credits a,
.tickercontainer span.price {
color: var(--body-fcolor) !important;
font-size: 11px !important;
}
The site I'm trying this on for reference :
Can anyone help how to make it work for Pro one too?