Jump to content

Change background color


_SomS

Recommended Posts

So, i have this forum with this transparent background 

 

https://i.imgur.com/sMTpPtf.png

 

but i dont want transparent, i want with black or red color, i already search on edit but i didnt find anything, i guess i have to edit on custom.css right? but what is the code? ? 

Edited by _SomS
Link to comment
Share on other sites

1 hour ago, _SomS said:

So, i have this forum with this transparent background 

 

https://i.imgur.com/sMTpPtf.png

 

but i dont want transparent, i want with black or red color, i already search on edit but i didnt find anything, i guess i have to edit on custom.css right? but what is the code? ? 

I am not very "pro" at IPS but this should work (i think its dependent on the theme):


Put this into your custom.css

body {
	background-color: red !important;
}

If that does not work, please send me the link to your forum and I'll get the right code for you.

Link to comment
Share on other sites

17 hours ago, Tommy Vange said:

I am not very "pro" at IPS but this should work (i think its dependent on the theme):


Put this into your custom.css


body {
	background-color: red !important;
}

If that does not work, please send me the link to your forum and I'll get the right code for you.

i think he is not saying in body as i am seeing in image, he just need to do it in theme setting as it should be their

Edited by PsYcHo_RaGE
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...