MyBB Community Forums

Full Version: Changing texts on themes and backgrounds /
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I just started creating my first mybb forum so please if this questions are noob questions sorry :/ well lets start of with the first question: Alright so in my mybb I download a custom theme and at the bottom it includes social media tab and about us tab as well with text (screenshot: http://prntscr.com/9vrivq) as you can see there is text on it. I tried searching it on global.css but I didnt find it. That's why I came here :Smile

Second question is a little pain in the lime I have with my theme background well I have been trying to change my background image for about 2 hours right now I have seen videos, threads and everything I do to my code is just not changing it so can someone please tell me where I put " background-image:url("http://i.imgur.com/rpyHnKn.jpg?1") "
I have tried everywhere container, body and even content and nothing is working can some one tell me if is just my code? or something if it is please just tell me what to insert this http://i.imgur.com/rpyHnKn.jpg?1 in? Thank you.
1: AdminCP > Templates & Style > Templates > The theme > Footer > footer

2: What theme are you using? Try: AdminCP > Templates & Style > Themes > The theme > find body in the dropdown and add the background-image to the right hand box.
(2016-01-28, 02:25 AM)nth Wrote: [ -> ]1: AdminCP > Templates & Style > Templates > The theme > Footer > footer

2: What theme are you using? Try: AdminCP > Templates & Style > Themes > The theme > find body in the dropdown and add the background-image to the right hand box.

http://community.mybb.com/mods.php?action=view&pid=617

(2016-01-28, 02:25 AM)nth Wrote: [ -> ]1: AdminCP > Templates & Style > Templates > The theme > Footer > footer

2: What theme are you using? Try: AdminCP > Templates & Style > Themes > The theme > find body in the dropdown and add the background-image to the right hand box.

 1 worked :Smile     the second one didnt please help. I added it still nothing

Also how can I change this box on mybb I can't find it either ...... http://prntscr.com/9vsolu
To your 2nd question: You probably can't see the image because the #content class/id still has a background color - remove the background color it and you should see your image.

Also, please use the documentation which I have included. I did not create it for no reason.
(2016-01-28, 07:50 AM)delay Wrote: [ -> ]To your 2nd question: You probably can't see the image because the #content class/id still has a background color - remove the background color it and you should see your image.

Also, please use the documentation which I have included. I did not create it for no reason.

Thank you delay! Sorry but I can't seem to understand anything of it :/ one last thing man before I leave how you edit this box? http://prntscr.com/9vsolu
Take a look here: ACP > Templates & Style > Templates > Your Theme > Index Page Templates > index. The side menu should be there.