<em>@cuchirice 312486 wrote:</em><blockquote>hallo, anyone knows how i can insert the third button in intro slider page with other color?
thanks in advance</blockquote>
Hi,
You find this code from /templates/ja_puresite/themes/blue/css/template.css
.button1 {
background: url(../images/grad-1.png) #57D8CF; < change this line
border-color: #57D8CF;
box-shadow: 0 1px 0 0 #7cefe8 inset;
color: #00413C;
text-shadow: 0 -1px 0px #7ABBB6;
}
.button2 {
background: url(../images/grad-2.png) #EA5C87; < change this line
border-color: #EA5C87;
box-shadow: 0 1px 0 0 #ff8b8b inset;
}