boro_boy Posted April 25, 2015 Share Posted April 25, 2015 How can I add an image to the background of the forum? Link to comment Share on other sites More sharing options...
Jim M Posted April 25, 2015 Share Posted April 25, 2015 For IPS4, you will need to add the following CSS to the custom.css file of your theme. Please be sure to duplicate the default theme before making any edits so this way if something goes wrong you have a backup of the default theme that you know is working body { background: url('*image url*'); /*Replace *image url* with actuall URL to image*/ } #ipsLayout_header header { background-color: transparent; } Link to comment Share on other sites More sharing options...
boro_boy Posted April 26, 2015 Author Share Posted April 26, 2015 Many thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.