[SNIPPET] Legend Style

Mixed forum with phpBB code snippets
Guides and styles

[SNIPPET] Legend Style

Post by Stoker »

Legend Style

A tiny bit of css code to style the legend on forum index.

Add this to your stylesheet:

Code: Select all

.online-list em a {
	font-weight: bold;
	font-style: normal;
}
.online-list em {
	font-style: normal;
}
The first part is styling the group names.
The second is styling the word: Legend

Before:
legend_before.png

After:
legend_after.png


Need a stylesheet for adding extra styling? No need to edit phpBB core!
You can use the Add CSS EXT
You do not have the required permissions to view the files attached to this post.
Last edited by Stoker on 11 May 2025, 06:23, edited 1 time in total.
Reason: -