MyBB Community Forums

Full Version: How change thread bar ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everybody !

I've got a problem with the theme of my forum !

I would like to change the color of the thread bar (the blue bar on the screen) I've try to do this with the option "Colors" in the options of my theme but it doesn't work

The file mybb_theme_colors.xml is right in my ftp but nothing work, i've tried to recolor the bar in images/colors but do'es not work too

Have you got a solution for this ?

(And if you know how change the color of the create account button, it will be cool too :p )

[Image: 1475651431-forum1.jpg]
You can edit themes in your ACP.

ACP > Themes > iGame > Global.css

Look for .thead and edit border-bottom: 6px solid #3f9889;

For the button look in

ACP > Themes > iGame > new.css

.button2
(2016-10-05, 07:52 AM)iAndrew Wrote: [ -> ]You can edit themes in your ACP.

ACP > Themes > iGame > Global.css

Look for .thead and edit border-bottom: 6px solid #3f9889;

For the button look in

ACP > Themes > iGame > new.css

.button2

Oh thanks iAndrew ! By the way, your themes are awesome

Thanks so much dude Wink
(2016-10-05, 07:52 AM)iAndrew Wrote: [ -> ]You can edit themes in your ACP.

ACP > Themes > iGame > Global.css

Look for .thead and edit border-bottom: 6px solid #3f9889;

For the button look in

ACP > Themes > iGame > new.css

.button2

One more question iAndrew :p

How can i change the translation of this part ?

Specially the "Not a member yet? Why not Sign up today" and the "Create account " & "Login to account"

Thank you a lot Wink
Templates > iGame > Header Templates > header_welcomeblock_guest
(2016-10-08, 07:57 AM)iAndrew Wrote: [ -> ]Templates > iGame > Header Templates > header_welcomeblock_guest

thx a lot mate !

I've got a definitely last question ^^

How we can change the URL after loggin ?

For now, when i'm logging on my forum, it redirects me on the previous page but i've got a problem with my domain and it give me a blank page

Do you know ? I've tried to change the template member_login , line 32 and write portal.php but it doesn't work

<input type="hidden" name="url" value="portal.php" />