MyBB Community Forums

Full Version: I need help with flatty
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Link for all screenshots: https://imgur.com/a/d7s15
Link to forum is needed: http://www.crunchybananas.xyz/index.php

Okay so.

#1. I want to change the color, instead of the browny yellow, to another color.

[attachment=39521]

#2. Is it possible for me to make the discord widget thing smaller and on the side like other menus (eg: who's online..)

[attachment=39522]

#3. How do I change the custom Info Box?

[attachment=39523]

#4. How do I change these info at the bottom of the page?

[attachment=39524]

#5. My Banner isn't seem working, how do I even add one??

[attachment=39525]

Thank you for helping me, and I appreciate your time and effort you put in for me! 

P/S: Incase the imgur link does not work, the screenshots are down in the attachment.

also when i log in w my steam, it doesn’t stay logged in Sad
Well, i have answer for 2nd One only, you can edit your code and add it to index page template >> index, that will allow it to be at right side as other box and you can make width "100%" so it always fit the website width
Personally, when it comes to the Discord widget, I prefer just using a small custom mockup that just shows the number of users online, as the default one is far too clunky.

#1; To easily found out what class you're trying to change the color on, just right click the object, click 'Inspect Element' and on the right-hand of your screen a box should appear, look for anything that might match that color, there you'll find the class name, and which .css file it's located in within your theme.

#3; Again, just 'Inspect Element' the object and you should find the template of where the sidebox is located within the html, it should look something like this <!-- start: sidebox -->, sidebox being the template name

#4; All of this should be found in the 'footer' template.

#5; Look in your 'header' template, and look for something along these lines: '<div class="logo"><img src="banner_url_here"></div>'; make sure that the url posted there is valid.
(2017-12-06, 12:03 AM)GXD3S Wrote: [ -> ]Personally, when it comes to the Discord widget, I prefer just using a small custom mockup that just shows the number of users online, as the default one is far too clunky.

#1; To easily found out what class you're trying to change the color on, just right click the object, click 'Inspect Element' and on the right-hand of your screen a box should appear, look for anything that might match that color, there you'll find the class name, and which .css file it's located in within your theme.

#3; Again, just 'Inspect Element' the object and you should find the template of where the sidebox is located within the html, it should look something like this <!-- start: sidebox -->, sidebox being the template name

#4; All of this should be found in the 'footer' template.

#5; Look in your 'header' template, and look for something along these lines: '<div class="logo"><img src="banner_url_here"></div>'; make sure that the url posted there is valid.
All answers above and we hope you know basic css and html Smile
Regarding steam login, which plugin are you using currently ? Is it flyover ?

P.S. I don't see you website loading