Page 1 of 1

CSS for Specific LinkButton

Posted: Wed Oct 08, 2008 3:25 pm
by Road Rider
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?

Re: CSS for Specific LinkButton

Posted: Wed Oct 08, 2008 5:18 pm
by jmestep
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"

Re: CSS for Specific LinkButton

Posted: Wed Oct 08, 2008 5:29 pm
by compunerdy
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.

Re: CSS for Specific LinkButton

Posted: Thu Oct 09, 2008 4:09 am
by mazhar
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