Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Add A CSS Class To "Filter Results By" Form?

Add A CSS Class To "Filter Results By" Form?

Locked

Views: 1,428

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
28 Jul 2010, 7:06 PM
#1
gotmedia avatar

gotmedia

New Zenner

Join Date:
Jul 2010
Posts:
2
Plugin Contributions:
0

Add A CSS Class To "Filter Results By" Form?

Hi there,

I'm trying to add a class of "filter-results-by" to the form, but no luck finding the area to add it in.

I am running the latest version and here is the URL:
http://barstoolcomforts.com/index.php?main_page=index&cPath=9

I'm just trying to make some adjustments to the look of it, and that specific form.

Could you tell me the file I should locate to make this change?

Appreciated,
Steph

28 Jul 2010, 9:53 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Add A CSS Class To "Filter Results By" Form?

you can try by adding this rule to end of your stylesheet.

#indexProductList select {

}

this should target all dropdowns in listing page.. no need to alter core php to add CSS. but if you need to . use Developer tool kit in admin , to locate anything you want ..

29 Jul 2010, 3:35 PM
#3
gotmedia avatar

gotmedia

New Zenner

Join Date:
Jul 2010
Posts:
2
Plugin Contributions:
0

Re: Add A CSS Class To "Filter Results By" Form?

Hi there,

Yeah... I could do CSS, but I need it to the entire form. Select will only do it to the drop down.

Thanks for your reply.

29 Jul 2010, 4:07 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Add A CSS Class To "Filter Results By" Form?

How about:

**#indexProductList form {

}**

A little info about exactly what changes you want to make would help us, too.