May I ask another question, on the same site, I want to make logmenin box square, which is on the right top corner of the page, on the right of support ID.
what I tried is: go to the style.css
add border-radius: 0px; to
#logmeinsupport{
font-size: 13px;
color:white;
margin-top: 4px;
border-left: 1px solid #CCC;
padding-left: 20px;
}
However it doesn’t change to square, where should I edit it please