DARKF3D3 Posted February 28, 2011 Share Posted February 28, 2011 Hi, i want to modify the "Shopping cart summary" i want to change the image rounded in red in the image below.Could you told me where i can do that?Thanks Link to comment Share on other sites More sharing options...
shokinro Posted February 28, 2011 Share Posted February 28, 2011 the theme file is /theme/youttheme/order-steps.tplthe related in /theme/yourtheme/css/global.css, the lines start from following code /* steps (like order step) */ ul.step { background: transparent url('../img/step_start.gif') no-repeat bottom left; list-style: none; margin: 0.8em auto 2em; padding-left: 40px; height: 25px; width: 465px } the images itself is located in /theme/yourtheme/img/ Link to comment Share on other sites More sharing options...
DARKF3D3 Posted March 1, 2011 Author Share Posted March 1, 2011 Thanks, it works, but i have another problem...I want that the link of the done step appear like the undone step, so: black, italic and no underline.The problem is that i don't find where i must put the code to do that, could you help me? Link to comment Share on other sites More sharing options...
shokinro Posted March 1, 2011 Share Posted March 1, 2011 I think you need to change style the links.I don't know how you changed the code, it is difficult to give you the suggestion. Can you upload your code here? Link to comment Share on other sites More sharing options...
DARKF3D3 Posted March 2, 2011 Author Share Posted March 2, 2011 I find the solution, the module use the standard link color and decoration so i add to global .css this code: ul.step li a{ color: black; text-decoration: none; font-style: italic; } Link to comment Share on other sites More sharing options...
raxsix Posted May 20, 2011 Share Posted May 20, 2011 i need to remove these thing show in picture..where i can edit/remove them ???thanks Link to comment Share on other sites More sharing options...
Recommended Posts