inherit
205320
0
Feb 8, 2016 13:15:53 GMT -8
corepuncher
2
February 2014
corepuncher
|
Post by corepuncher on Feb 11, 2014 14:20:03 GMT -8
I currently have a default top banner with text on top of a custom image.
I want to remove the text only...and put a logo + text on the banner image itself, so there would be no need for banner text.
I want to remove the banner text so that it does not cover up my banner image.
I tried erasing the forum title under forum settings. This removes the banner text, but then my web browser shows "HOME| " on the tab, and I"d still like my page title there.
So how do I remove just the text from the banner, but keep everything else? Thanks.
|
|
inherit
205320
0
Feb 8, 2016 13:15:53 GMT -8
corepuncher
2
February 2014
corepuncher
|
Post by corepuncher on Feb 11, 2014 14:56:10 GMT -8
Well, this is what I did, for better or worse.
I found this line, and added the fixed position to make it go 100 pixels off the top of the screen:
a#logo {position:fixed; top:-100px; vertical-align: middle; color: @banner_text_color; text-shadow: @banner_text_shadow; text-decoration: @banner_text_decoration; font: @banner_text_font; font-variant: @banner_text_caps; text-transform: @banner_text_case; white-space: normal; word-break: break-all; }
If someone has a less "brutal" way to do it, please let me know. Would be nice to not draw it at all.
|
|
inherit
206368
0
Apr 5, 2014 22:26:09 GMT -8
truckersupport
5
March 2014
truckersupport
|
Post by truckersupport on Mar 26, 2014 20:54:09 GMT -8
im having the same problem plus i cant find a way to put a logo on the banner with the banner back ground. do i have to change the code or am i not seeing the easier way to do it?
nvm just go to theme settings then images....edit*
|
|
inherit
149509
0
May 31, 2016 10:22:13 GMT -8
RADesign
328
November 2009
radesign
|
Post by RADesign on Mar 26, 2014 21:54:14 GMT -8
I tried erasing the forum title under forum settings. This removes the banner text, but then my web browser shows "HOME| " on the tab, and I"d still like my page title there. So how do I remove just the text from the banner, but keep everything else? Thanks. Have you ever considered something as easy as setting the Banner Text to 'transparent'?
Works for me.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 27, 2014 8:22:11 GMT -8
The Forum Title option in each of your themes in Themes > Theme Manager should take care of this.
|
|