Jump to content

Editing Shopping cart summary


Recommended Posts

the theme file is /theme/youttheme/order-steps.tpl
the 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

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

  • 2 months later...
×
×
  • Create New...