Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 General help me questions
 "You are not logged in" Color
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

revrat
Starting Member

47 Posts

Posted - March 21 2007 :  22:36:58  Show Profile  Reply with Quote
I cannot for the life of me figure out how to change the color of the text saying "you are not logged in" from black. Since my background is black i need to change this.

I have changed every location I could find black text in the style sheets and anywhere else I could find but can't get it to change.


Thanks

Kidd
VP-CART Super User

Australia
373 Posts

Posted - March 23 2007 :  01:23:53  Show Profile  Reply with Quote
check welcome note sub , on shopproductsubs.asp,

add

response.write "<font color='red'>"
if Getsess ("lastname") > "" then
response.write getlang("langloggedinas") & " " & Getsess("Firstname") & " " & Getsess("lastname") & "<br />"
response.Write "<a href=""shopcustadminlogin.asp?new=yes"">" & getlang("langcommonlogout") & "</a>"
else
response.write getlang("langnotloggedin") & "<br />"
response.Write "<a href=""shopcustadminlogin.asp"">" & getlang("langcommonlogin") & "</a>"
end if
response.write "</font>"
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00