For Profile CSS snippets check here!

Guild Page CSS Tips

WIP this page is for collecting CSS and HTML snippets for editing guild pages, many profile CSS tips also apply here.

Basic background and color editing:

.melon_super_background {
  background: silver;
  background-image: url("https://loom.cafe/images/metal.png");
  background-size: cover;
}

.melon_super_background,
.content {
  color: black !important;
}