MyBB Community Forums

Full Version: Edit this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I edit the following:

[Image: 54d334334dc58e1cb0a323e5ebeaa395.png]

I want to edit those grey/white out lines, How do I do this?


Thanks,
Alex.
Sample styling code for what you want, add these to global.css, change properties as you need:

fieldset {
  border:1px solid green; // Change the color, may use hex values like #0066FF
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
}