Make white blocks transparent.

Isleander
Isleander
@isleander
3 years ago
545 posts
Can anyone help with this?

I need to change the correct CSS style to remove the white from the blocks and make them transparent.
Please see image.

Thank you,
Alex
updated by @isleander: 10/31/21 07:10:48AM
douglas
@douglas
3 years ago
2,767 posts
You'll want to modify the "item" class.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Isleander
Isleander
@isleander
3 years ago
545 posts
I'm using Ninja skin. Can't see it. Am I looking in the wrong place?
michael
@michael
3 years ago
7,692 posts
Its probably in list.css, you can also use the "Search Selector" field under STYLE -> BASIC RULE EDITOR -> SEARCH SELECTOR to type in "item" and then look for the one that has ".item"

Alternatively in the Custom Editor at
STYLE -> CUSTOM EDITOR -> CUSTOM CSS
enter
.item{
 background-color: transparent;
}
Isleander
Isleander
@isleander
3 years ago
545 posts
OK. Thank you Michael.