Zen Cart Logo
Forums / Addon Templates / Still cant find the css for search box!

Still cant find the css for search box!

Locked

Views: 3,074

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
9 Dec 2007, 2:52 AM
#1
ssbeats avatar

ssbeats

New Zenner

Join Date:
Jun 2007
Posts:
72
Plugin Contributions:
0

Still cant find the css for search box!

Hi there. i still cannot find where the css rule is for the top left search box.

http://pc-mot.com

I am using the cherry zen template. I have posted in the cherry zen thread only i havent had any response.

Can someone pleeeease help me!!!

Thanks

9 Dec 2007, 2:58 AM
#2
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Still cant find the css for search box!

Learn how to use Firebug and Webdveloper add-on for Firefox, it will make your life much easier.

#navMainSearch {
    float:left;
    width:120px;
    }

input.search {
    border: 0;
    width: 100px; /* width of text-display area */
    padding: 3px 15px 4px 20px;
    font-size: 11px;
    }
    
input#searchTop {
    border: 0;
    width: 115px; /* width of text-display area */
    padding: 4px 15px 5px 20px;
    font-size: 12px;
    }
    
* html input#searchTop {
    background-attachment: fixed;
    }
9 Dec 2007, 3:19 AM
#3
ssbeats avatar

ssbeats

New Zenner

Join Date:
Jun 2007
Posts:
72
Plugin Contributions:
0

Re: Still cant find the css for search box!

yeh i use firefox/web developer stuff.

anyway ive found it now

input#searchTop {

background: url("../images/**blue**/rounded-search-input-top.gif") top left no-repeat;

}

although i kept changing this value (blue) and nothing happened therefore i assumed it was the wrong style attribute. Then it suddenly it did! randomly!

thanks anyway.