Hey guys,
I wanna ask if anyone (please) can fix this for me..
My news fader looks like this:

But i want it to look like this:

Can anyone tell me how to make it like the second picture? Please..
a rsps?
Not sure I understand your question, but just go to Admin -> News and Newsletters -> News and edit the item text.
You will need to ask the theme author how to modify the colors for that particular theme.
I mean that i want to edit the color & remove the stupid white & black arrows :(
Find:
/* the newsfader */
#smfFadeScroller
{
text-align: center;
overflow: auto;
color: #000000; /* shouldn't be shorthand style due to JS bug in IE! */
}
Change to:
/* the newsfader */
#smfFadeScroller
{
text-align: center;
overflow: hidden;
color: #000000; /* shouldn't be shorthand style due to JS bug in IE! */
}You can change the color there too.
Wait where am i finding this code? : o
Didn't do any changes :/ I changed it in css/index.css
I see you started another topic for the same thing. Not really an ideal thing to do.
Try this:
/* the newsfader */
#smfFadeScroller
{
text-align: center;
background-color: #393939;
border: 1px solid #545454;
overflow: hidden;
padding: 1px;
color: #ffffff; /* shouldn't be shorthand style due to JS bug in IE! */
}Are you adding the style="color: white;" part manually?

Sorry about posting new topic :(
PS. I added the white color in the "News" in admin panel (BBC)
You can likely remove that style then as the color is now defined as white. Do you like the border and background color like it is or would you rather just have it be the same color as the container it lives in?
Lainaus käyttäjältä: mashby - syyskuu 10, 2011, 01:37:42 IP
You can likely remove that style then as the color is now defined as white. Do you like the border and background color like it is or would you rather just have it be the same color as the container it lives in?
The color the text is in. But i want it in the whole newsfader not just a little bit :s
Can I ask why the need to look exactly like another site? I guess it's not all that important, so try this:
/* the newsfader */
#smfFadeScroller
{
text-align: center;
overflow: hidden;
color: #ffffff; /* shouldn't be shorthand style due to JS bug in IE! */
}
And
#smfNewsFader {
font-size: 1em;
font-weight: bold;
line-height: 1.4em;
padding: 1em;
text-align: center;
background-color: #393939;
border: 1px solid #545454;
}
Thanks again Mashby! :D
Can i ask you about one more thing? :-[
Could you look at this and tell me if you know how to fix it?
http://www.simplemachines.org/community/index.php?topic=269091.msg3156249#msg3156249
Mashby,
Do you know how to change the category background or what its calld into titlebackground?

That