Search Knowledge Base Articles
CODING
-
CSS STYLE
/* Reset some default styles */body, h1, h2, h3, p, ul, ol {margin: 0;padding: 0;} /* Set a background color for the entire admin area */body {background-color: #f4f4f4;font-family: Arial, sans-serif;} ...