inherit
180580
0
Oct 13, 2024 16:46:13 GMT -8
My Display Name
335
June 2012
jsher1994
|
Post by My Display Name on Jan 18, 2013 13:30:24 GMT -8
hello,
How would I edit the background color of the news feed? I looked in the visual editor but couldn't find anything. I know "Navigation Tree Container" changed the Participated, Navigation Tree, and News Feed. But I want the news feed to be a different color.
Any way to do this?
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Jan 18, 2013 21:43:17 GMT -8
I would love to know this as well. Tried sifting through the many many possibilities .. although, I've come up short each time.
|
|
inherit
105194
0
Feb 2, 2024 4:04:07 GMT -8
skysummit
200
June 2007
skysummit
|
Post by skysummit on Jan 19, 2013 11:43:28 GMT -8
Same here...also how to increase the font of the news feed.
|
|
inherit
133338
0
Apr 22, 2024 6:38:54 GMT -8
MC
162
November 2008
mooncath
|
Post by MC on Jan 19, 2013 12:21:11 GMT -8
On top of all that, I'd like to know if it's possible to make the News Feed section bigger...
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Jan 19, 2013 16:01:59 GMT -8
Does anyone know how to go about this? I would give up on the text link color change idea .. if we could change the bg instead. *Prays*
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Jan 19, 2013 16:34:53 GMT -8
Try this:
<style> #news { // the news container height:30px; background-color: #ff4422; } .items div div{ //The font size of your messages font-size: 20px; } .title{ // font size of 'news font-size:large; } </style> Add some other CSS to this to get what you want. Goes in your Main Header.
|
|
inherit
180580
0
Oct 13, 2024 16:46:13 GMT -8
My Display Name
335
June 2012
jsher1994
|
Post by My Display Name on Jan 21, 2013 10:13:29 GMT -8
Try this: <style> #news { // the news container height:30px; background-color: #ff4422; } .items div div{ //The font size of your messages font-size: 20px; } .title{ // font size of 'news font-size:large; } </style> Add some other CSS to this to get what you want. Goes in your Main Header. Hmm .. tried that once, but it worked this time. Thanks.
|
|
inherit
133338
0
Apr 22, 2024 6:38:54 GMT -8
MC
162
November 2008
mooncath
|
Post by MC on Jan 21, 2013 10:41:49 GMT -8
Any idea how I can make the «News» title bold? I looked for a way to do it with CSS (I'm a newbie on that...) but couldn't figure it out...
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Jan 21, 2013 12:28:59 GMT -8
Any idea how I can make the «News» title bold? I looked for a way to do it with CSS (I'm a newbie on that...) but couldn't figure it out... try adding : font-weight:bold; to the CSS.
|
|
inherit
133338
0
Apr 22, 2024 6:38:54 GMT -8
MC
162
November 2008
mooncath
|
Post by MC on Jan 21, 2013 14:20:50 GMT -8
Any idea how I can make the «News» title bold? I looked for a way to do it with CSS (I'm a newbie on that...) but couldn't figure it out... try adding : font-weight:bold; to the CSS. Tried that but I don't see a difference...
|
|
h4mmy
Junior Member
Posts: 267
inherit
185188
0
Oct 27, 2013 14:53:00 GMT -8
h4mmy
267
November 2012
h4mmy
|
Post by h4mmy on Jan 30, 2013 15:31:03 GMT -8
I did this: <style> #news { // the news container height:30px; background-color: #c93521; } .items div div{ //The font size of your messages font-size: 20px; font-weight:bold; color:#DCDCDC; } .title{ // font size of 'news font-size:large; font-weight:bold; } </style> Which gave me this... Bold news and I changed the colour of the text:
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Jan 30, 2013 15:57:44 GMT -8
I did this: <style> #news { // the news container height:30px; background-color: #c93521; } .items div div{ //The font size of your messages font-size: 20px; font-weight:bold; color:#DCDCDC; } .title{ // font size of 'news font-size:large; font-weight:bold; } </style>
Which gave me this... Bold news and I changed the colour of the text:
Hello h4mmy... Now this is nice and a keeper on my end.
|
|
h4mmy
Junior Member
Posts: 267
inherit
185188
0
Oct 27, 2013 14:53:00 GMT -8
h4mmy
267
November 2012
h4mmy
|
Post by h4mmy on Jan 30, 2013 16:09:32 GMT -8
Welcome Sir
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Jan 30, 2013 16:28:45 GMT -8
For the record, in V5, the common practice is to keep all your CSS together in one place, in Admin Area -> Themes -> Colors & Styles -> Style Sheet. You can paste in exactly the same code, only this time without the <style> tags wrapping it.
|
|
h4mmy
Junior Member
Posts: 267
inherit
185188
0
Oct 27, 2013 14:53:00 GMT -8
h4mmy
267
November 2012
h4mmy
|
Post by h4mmy on Jan 30, 2013 16:42:36 GMT -8
Ah right....thanks Tim. Big learning curve this new V5
|
|