Click here to Skip to main content
15,886,801 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i use asp project and this project have master page
i want to change blue color in it to image how??
Posted
Comments
What have you tried?

The two files you need to check and customize are Site.Master and Styles/Site.css

Go and play with them.
 
Share this answer
 
add background color in Styles/site.css in
HTML
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color:Lime;
    background:#ffffff;
}
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900