Time for action — Changing the color of the text in the top user information block

To change the color of Welcome text on the user block at the top-right-hand corner in the Log in area:

  1. Look up for /* block top user information */.
  2. You can then modify the code as follows, where red can be replaced with a color of your choice:
#header_user p { color: red }
#header_user span { font-weight: bold; }
#header_user ul { margin-top: 0.3em; }
#header_user li {
float: right;
line-height: 2em;
margin-left: 0.5em;
white-space: nowrap
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.222.69.152