MyBB Community Forums

Full Version: Changing Logo and Backround
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! For the theme MyBB how can I change the text IGAME at the top of the forum, and how can I change the background image. I cannot seem to find "Igame" in the header template. Thanks!
(2018-07-18, 04:54 PM)MrJude_ Wrote: [ -> ]Hi! For the theme MyBB how can I change the text IGAME at the top of the forum, and how can I change the background image. I cannot seem to find "Igame" in the header template. Thanks!

Contact the author of the theme.

iGame is done by iAndrew. 

Contact him here or at his website. (website address is in his profile)
A link to your forum would be good.
My website is starboardmc.com
(2018-07-18, 06:40 PM)MrJude_ Wrote: [ -> ]My website is starboardmc.com

Lol your background is .jpg or other?
I use still igame theme.
to change the logo
Home » Themes » Your Theme » Board Logo
to change the background
Home » Themes » Your Theme » Editing global.css
Advanced Mode
change first line (body)
   background: #333;
to
   background-image: url(your-image.png);
This is a very easy way to do change the logo and background. You can use custom color too as your needs.
(2018-07-19, 01:48 AM)Genesis Servers Wrote: [ -> ]to change the logo
Home » Themes » Your Theme » Board Logo
to change the background
Home » Themes » Your Theme » Editing global.css
Advanced Mode
change first line (body)
   background: #333;
to
   background-image: url(your-image.png);
How can change the image into hyper image, i mean i want to connect the background image to a link, when members click on the background image it takes them to a link i pick.