JoshyBoy123
Member
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;
}
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: