XF 1.5 How To Style Transparent?

basically im new to customizing and i have changed my website etc moved everything around but also i yousto have a transparent background from the old theme i used which was quite some time ago i have seem to removed it of my website as i bought a new theme not so long ago and im looking to maybe make the forum transparent to the backround or make it all transparent ill provide some links which shows the images.

this is what i yousto have before and would like to have this again.
https://gyazo.com/97a901305df45255a008a7ae62269a8a

now this is my new 1 im currently using but want it to be transparent
https://gyazo.com/4c7025967f3b44a2033e4dbc693aeefd

i also added this to my EXTRA.css template but it did not really change much.

.nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo,
.sidebar .section > .secondaryContent,
.discussionListItem,
.sectionMain,
.mainProfileColumn, .xenForm, .message{
background: rgba(0,0,0,0.75);
}

.sectionMain .discussionListItem{
background-color: transparent;
}
 
Last edited by a moderator:
ok np also any suggestions on where to start?
You did saved it?

i also added this to my EXTRA.css template but it did not really change much.

.nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo,
.sidebar .section > .secondaryContent,
.discussionListItem,
.sectionMain,
.mainProfileColumn, .xenForm, .message{
background: rgba(0,0,0,0.75);
}

.sectionMain .discussionListItem{
background-color: transparent;
}
Removed to this code, then add code again here.

Try add extra.css here

Code:
.nodeList .forumNodeInfo {
background-color: rgba(0, 0, 0, 0.0);
}
 
@JoshyBoy123

f00cb97f1c77431aa721f771f13d0050.png
 
Top Bottom