MyBB Community Forums

Full Version: Help with an issue please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i recently a friend and me set up this website and when we tried to load the page a weird grid would appear on the banner and logo. 

GIF of it: https://gyazo.com/1745e20bb81a06329ecec19cb1bd23de

Website: moneymethods.club
What is problem? You want to set up this banner to logo?
Well i was wondering how to get rid of the grid appearing when loading the webpage. Like shown in the GIF.
forum admin panel >> Templates & Style >> themes >> netpen theme >> global.css >>
Edit Stylesheet: Advanced Mode (tab)

around line 149 find background style property for element .logo-inner
remove it by commenting out (like this: /* background: _____________; */)

similarly you can remove background image used for any other element as required
[assumed that you have basic knowledge of css style properties]

you may have to hard refresh your browser [eg. press CTRL + F5] on forum index to see the changes
That seem to have fixed it ^^ thanks!