NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

transparent background
Started by shawshark

shawshark

shawshark

Member
Joined
01 Aug 2019
Last Seen
14 May 2020
Topics
2
Posts
2

I was wondering if there is a way to remove the white and make it transparent so you can see my background image or if anyone has a idea on how to make this look better. if somebody could help me with this it would be greatly appreciated.

 

thanks!

 


shawshark · over 4 years ago · Last edited: over 4 years ago
Samerton

Samerton

Owner
Joined
30 Mar 2015
Last Seen
29 Mar 2024
Topics
41
Posts
1042

Hi,

Using the Default Revamp template, you need to modify the CSS (custom/templates/template/css/custom.css) and add the following:

.body.pushable>.pusher {
  background: transparent;
}

body.pushable {
  background: transparent !important;
}
Samerton · over 4 years ago