[split] prosilver: phpBB 3.2.0-RC2 to 3.2.0 final changes

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
rec0d
Registered User
Posts: 95
Joined: Tue Jan 03, 2017 11:49 am

[split] prosilver: phpBB 3.2.0-RC2 to 3.2.0 final changes

Post by rec0d »

im trying adding a head image. tested colour.css

.headerbar {
color: #FFFFFF;
}background-color: #12A3EB;
background-image: url("{T_THEME_PATH}/images/bg-header-top.png");

but nothing happens.

thanks for all help :)
User avatar
nextgen
Registered User
Posts: 2395
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: prosilver: phpBB 3.2.0-RC2 to 3.2.0 final changes

Post by nextgen »

rec0d wrote: Mon Jan 30, 2017 1:22 pm im trying adding a head image. tested colour.css

.headerbar {
color: #FFFFFF;
}background-color: #12A3EB;
background-image: url("{T_THEME_PATH}/images/bg-header-top.png");

but nothing happens.

thanks for all help :)
Change background-image: url("{T_THEME_PATH}/images/bg-header-top.png"); to background-image: url("./images/bg-header-top.png");
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
rec0d
Registered User
Posts: 95
Joined: Tue Jan 03, 2017 11:49 am

Re: prosilver: phpBB 3.2.0-RC2 to 3.2.0 final changes

Post by rec0d »

.headerbar {
background-image: url("./images/bg-header-top.png");

}

its still a white page. if you got teamviwer maybe you can help me out? :)
rec0d
Registered User
Posts: 95
Joined: Tue Jan 03, 2017 11:49 am

Re: prosilver: phpBB 3.2.0-RC2 to 3.2.0 final changes

Post by rec0d »

the problem was i need to add it inside .headerbar, .forumbg
not .headerbar
{
background-image: url("./images/bg-header-top.png");
background-repeat: repeat-x;
}

thanks for your quick answer :)
rec0d
Registered User
Posts: 95
Joined: Tue Jan 03, 2017 11:49 am

Re: prosilver: phpBB 3.2.0-RC2 to 3.2.0 final changes

Post by rec0d »

after background: url(../images/bg-header-top.png)

i want to add

no-repeat top center;
height: 500px;
text-align: center;

should i add the code in colur.css or common.css?
rec0d
Registered User
Posts: 95
Joined: Tue Jan 03, 2017 11:49 am

Re: [split] prosilver: phpBB 3.2.0-RC2 to 3.2.0 final changes

Post by rec0d »

and one last question when i zoom out the forum keeps been zoom out but the header image is not getting longer how to fix that?
Post Reply

Return to “[3.2.x] Styles Support & Discussion”