Hello,
So the current css class for the Continue Order button is "NBright_ClientButton Button ContinueOrder".
So the solution is to add in the
stylesheetoverride.css template the following code:
a.Button, a.Button:link,td.NBright_ClientButtonDivRight a, td.NBright_ClientButtonDivLeft a, div.NBright_RecalcButtonDiv a{
/* here is a copy of the css from the skin */
}
This solves my issue, but with the problem that I've to copy some CSS from the skin.css. Applying another skin will not automatically have an effect on the store checkout buttons.
Eric
____________________
Eric Piraux
+32 476 20 29 60
Eric Piraux
+32 476 20 29 60
2014-01-29 robax <[email removed]>
From: robax
The checkout itself is not templated. Only the address is, which you've already found.
The stylesheet.css template in the Back Office contains the styles for the buttons.. it's well commented, so look in there.
To avoid messing up the default CSS, there's a secondary stylesheetoverride.css template that can be used to override the stylesheet.css. Just copy the relevant CSS from the first into the latter and then modify and save it.
Regards
RobRead the full discussion online.
To add a post to this discussion, reply to this email ([email removed])
To start a new discussion for this project, email [email removed]
You are receiving this email because you subscribed to this discussion on CodePlex. You can unsubscribe on CodePlex.com.
Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at CodePlex.com