CSS for Specific LinkButton

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
User avatar
Road Rider
Commander (CMDR)
Commander (CMDR)
Posts: 144
Joined: Sat Jan 26, 2008 12:43 pm
Contact:

CSS for Specific LinkButton

Post by Road Rider » Wed Oct 08, 2008 3:25 pm

How do add some "code" to the css to control a specific link button?

I do not want to change all link buttons just a particular one. The css section that now controls this controls all of them, what code do I insert to control a particular link button, for example the "KeepShoppingButton" which is found on the basket page?
Doug Morrison
Director of Marketing and eCommerce
Bike Authority
http://www.bikeauthority.com

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: CSS for Specific LinkButton

Post by jmestep » Wed Oct 08, 2008 5:18 pm

A good reference would be to look at the search Button in the store header- the #storeHeader .searchButton section of the style sheet.
Then in the SimpleSearch conlib, part of the definition of that button is CssClass="searchButton" SkinID="ignore"
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: CSS for Specific LinkButton

Post by compunerdy » Wed Oct 08, 2008 5:29 pm

You would need to find the code for the button you want to change and then give it a different class name. Then add that new name into your css and define it.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: CSS for Specific LinkButton

Post by mazhar » Thu Oct 09, 2008 4:09 am

Read the second part of the post where some code is posted for changing the color of More Images link by creating a CSS class.
viewtopic.php?f=44&t=8445

Post Reply