Change Forum Description Color

A perfect place for code snippets to small to be a MOD or a library.
Or for examples on how to use our libraries.
Post Reply
User avatar
Fluffybunny
New member
New member
Posts: 9
Joined: 15 Mar 2011, 23:02

Change Forum Description Color

Post by Fluffybunny »

Go to the forumlist_body.html template file of your phpBB style.

Find:

Code: Select all

{forumrow.FORUM_DESC}


Replace with:

Code: Select all

<span style="color: #0000ff;">{forumrow.FORUM_DESC}</span>


:) Now it should show nice blue descriptions over the forum.

Don't want blue? No worries. just change the 'blue' to a different color or a hex code.
steve
Master of posting
Master of posting
Posts: 1213
Joined: 12 Jul 2009, 19:14
Location: uk
Contact:

Re: Change Forum Description Color

Post by steve »

[url=http://www.w3schools.com/html/html_colors.asp]Hex color codes[/url] :)
Steve ©
louimaurer
New member
New member
Posts: 1
Joined: 29 Jun 2012, 00:45

Re: Change Forum Description Color

Post by louimaurer »

Thank you so much for the codes.
antix888
New member
New member
Posts: 2
Joined: 03 Sep 2012, 02:37

Re: Change Forum Description Color

Post by antix888 »

thanks for the help
Post Reply