PLP
New Member
Posts: 16
inherit
263294
0
Feb 24, 2021 13:21:38 GMT -8
PLP
16
January 2021
permeatinglight
|
Post by PLP on Jan 17, 2021 15:09:16 GMT -8
Hello, I see that I can make changes to the News Source under Forum settings. Is there a place under the 'Advanced Styles & CSS' where I can change the color of the News Source feed? permeatinglight.freeforums.net/Thanks PLP
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,018
January 2018
retread
|
Post by Retread on Jan 18, 2021 9:02:25 GMT -8
Hello, I see that I can make changes to the News Source under Forum settings. Is there a place under the 'Advanced Styles & CSS' where I can change the color of the News Source feed? permeatinglight.freeforums.net/Thanks PLP In the Visual Editor, not-so-much. The News follows the same styling as the Navigation tree in the Visual editor. It won't be difficult to write some CSS that can be placed at the bottom of the Style Sheet to change the look of the News feed, although changing the font-size and line height can be a bit tricky. To change the color of plain text and the background-color of the News: #news{ background-color:#ccffcc; color:#ff0000; } To change the color of links in the News: #news a{ color:#ff00ff; } You can change the colors to suit your tastes.
|
|
PLP
New Member
Posts: 16
inherit
263294
0
Feb 24, 2021 13:21:38 GMT -8
PLP
16
January 2021
permeatinglight
|
Post by PLP on Jan 19, 2021 21:33:25 GMT -8
Hello,
Thank you for the code. I will give it a try.
Thanks PLP
|
|