| Author |
Message |
sureshot New Member


Joined: Aug 11, 2006 Posts: 9
|
Posted:
Tue Sep 05, 2006 4:30 pm |
|
O.k....the button the collapses the forum block isnt showing any text. It does work as far as collapsing though. Anyone know an easy solution for this. Here is waht my block looks like. Thank you.
[/img] |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
Posted:
Tue Sep 05, 2006 5:28 pm |
|
any chance the button is white and has white text ?
Just a thought.... |
|
|
|
 |
sureshot New Member


Joined: Aug 11, 2006 Posts: 9
|
Posted:
Tue Sep 05, 2006 7:17 pm |
|
yup you are correct on that one. Is there a way to change the text color for just the block itself? |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
Posted:
Tue Sep 05, 2006 7:23 pm |
|
yes...
look in the code....
it has enough css build in to alter it completely...  |
|
|
|
 |
sureshot New Member


Joined: Aug 11, 2006 Posts: 9
|
Posted:
Tue Sep 05, 2006 9:19 pm |
|
could you possible explain what i need to edit for the text color. This would be appreciated. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7339 Location: Arizona
|
Posted:
Tue Sep 05, 2006 10:32 pm |
|
Or, you could play with the $tickerBGColor setting at the top of the block file to change the background. I am guessing that is why Raven put that in there. Change it to whatever color you want it to be rather than $bgcolor2. |
|
|
|
 |
sureshot New Member


Joined: Aug 11, 2006 Posts: 9
|
Posted:
Wed Sep 06, 2006 5:27 pm |
|
O.k.....i changed $bgcolor2 to 2B65EC which is a blue color and the block now looks like this!
As you can see it made the the bar blue, but kept the button the same. Can I edit something else, or did i do this wrong?
Thanks for the help! |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
Posted:
Wed Sep 06, 2006 5:46 pm |
|
mm..
ok just a try out...
put this in your stylesheet..
if it doesnt work take it out again..
#listbutton{
background:#000000;
color: #ffff00;
text-align: center;
width: 100px;
} |
|
|
|
 |
sureshot New Member


Joined: Aug 11, 2006 Posts: 9
|
Posted:
Wed Sep 06, 2006 6:20 pm |
|
hmmm............still didnt work. Same as before. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7339 Location: Arizona
|
Posted:
Thu Sep 07, 2006 6:15 am |
|
sureshot, where did you place this? With the install of this block, there were the following CSS statements that were needing to be placed inside either a custom_head.php script (in includes/custom_files) or in possibly javascript.php. I am thinking if you messed with some of the color schemes for #listbutton, as persona_non_grata is suggesting, that you should be able to find a good combination. |
|
|
|
 |
ciph3r Worker


Joined: Jun 01, 2005 Posts: 176
|
Posted:
Tue Sep 19, 2006 2:53 pm |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7339 Location: Arizona
|
Posted:
Wed Sep 20, 2006 6:31 am |
|
ciph3r, thanks for posting that. It definitely might help folks who run into this thread. |
|
|
|
 |
ciph3r Worker


Joined: Jun 01, 2005 Posts: 176
|
Posted:
Wed Sep 20, 2006 1:19 pm |
|
montego, its the least I could do, you guys are doing a great job. |
|
|
|
 |
|
|
|
|