Shape 5

Joomla Free Templates => Intrigue - Free => : Mirsix Peralta September 13, 2011, 10:57:31 AM



: Where can i change the gradient of the Field Background
: Mirsix Peralta September 13, 2011, 10:57:31 AM
Hello.
I am personalizing the Intrigue Template, to fit my company's expectation. I've already change the s5_bg.png to the one that i liked and change the Field Background Color in the options in the Template Manager, but when i changed that color the gradient seems to be to blurry, like over-pixelated, and i would like to make my own gradient and use it there...

What is the name of the image that have that gradient so i could replace it?


: Re: Where can i change the gradient of the Field Background
: mikek September 13, 2011, 01:53:42 PM
Hello,

If you're referring to input boxes that is handled by line 30 of template.css:

.inputbox, input {
    background: url("../images/s5_input.png") repeat-x scroll left top #FFFFFF;
    border: 1px solid #E0DFDF;
    font-size: 10pt;
    margin: 4px 4px 4px 0;
    padding: 4px;
}