inherit
249138
0
Oct 27, 2020 12:24:38 GMT -8
stubo
74
September 2017
stubo
|
Post by stubo on Aug 16, 2018 3:45:54 GMT -8
Forum URL: (private) Trying to change the banner on a theme (Rangers Blue Theme) I'm working on but can seem to get it to work. I am using the code below and have followed the instructions on this thread to try to change it, but I'm having no luck. /* Logo scales with Forum Width */ #banner { height: 100%; padding: 0px; } #banner-container, #banner { display: block; } a#logo img { max-width: 100%; } a#logo { font: inherit; } #banner { margin-bottom: -3px; }
|
|
#eb7100
1480
0
1
Dec 2, 2024 14:11:06 GMT -8
Craig
209,210
September 2001
cmdynasty
|
Post by Craig on Aug 16, 2018 5:19:36 GMT -8
Hi What is the particular problem you are hitting with the attempt to change it. The css you posted just manipulates the image, so is the image you have set there currently the one you want displayed, and you just want to modify it a little, or did you want to replace the image altogether?
|
|
inherit
249138
0
Oct 27, 2020 12:24:38 GMT -8
stubo
74
September 2017
stubo
|
Post by stubo on Aug 16, 2018 5:46:56 GMT -8
Wanting to change the banner altogether. I've changed it under the logo image setting as adviced in the other thread and also made sure the banner part is left blank.
|
|
#e61919
Support Staff
224482
0
Member is Online
1
Dec 2, 2024 14:57:35 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,547
August 2015
socalso
|
Post by Scott on Aug 16, 2018 6:26:39 GMT -8
Wanting to change the banner altogether. I've changed it under the logo image setting as adviced in the other thread and also made sure the banner part is left blank. If you changed the banner image as described, then are things good? If you want a different image you can just upload a new image to the Forum Logo area of the theme images replacing the one you have there now.
|
|
inherit
249138
0
Oct 27, 2020 12:24:38 GMT -8
stubo
74
September 2017
stubo
|
Post by stubo on Aug 16, 2018 9:22:47 GMT -8
Wanting to change the banner altogether. I've changed it under the logo image setting as adviced in the other thread and also made sure the banner part is left blank. If you changed the banner image as described, then are things good? If you want a different image you can just upload a new image to the Forum Logo area of the theme images replacing the one you have there now. I have uploaded a new banner but its not changing, its still the old one.
|
|
#e61919
Support Staff
224482
0
Member is Online
1
Dec 2, 2024 14:57:35 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,547
August 2015
socalso
|
Post by Scott on Aug 16, 2018 9:25:18 GMT -8
stubo, are you sure you changed the banner image in the correct theme?
|
|
inherit
249138
0
Oct 27, 2020 12:24:38 GMT -8
stubo
74
September 2017
stubo
|
Post by stubo on Aug 16, 2018 11:16:26 GMT -8
stubo, are you sure you changed the banner image in the correct theme? Yes, if you look at the Rangers Blue theme banner it's different from the other 2 themes but it's still showing the same banner as the other 2.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 16, 2018 11:23:23 GMT -8
You should probably select that theme in your profile before going into the editor and changing it. The preview pane only adjusts the CSS of the page. It can't load that theme's HTML so what you're seeing is a hybrid of your profile's currently selected theme and the CSS of the theme you're editing.
Since you use a logo image on the theme you have selected in your profile that's going on top of where the banner image would be since the banner section of the editor controls the banner background that goes behind the logo image.
|
|
inherit
249138
0
Oct 27, 2020 12:24:38 GMT -8
stubo
74
September 2017
stubo
|
Post by stubo on Aug 16, 2018 14:38:38 GMT -8
You should probably select that theme in your profile before going into the editor and changing it. The preview pane only adjusts the CSS of the page. It can't load that theme's HTML so what you're seeing is a hybrid of your profile's currently selected theme and the CSS of the theme you're editing. Since you use a logo image on the theme you have selected in your profile that's going on top of where the banner image would be since the banner section of the editor controls the banner background that goes behind the logo image. That worked, thank you Brian, Scott and Craig
|
|