how can I remove the white background on checkout

  • Posts: 57
  • Thank you received: 0
11 years 10 months ago #55479

H,

I am styling my Hikashop right now and cannot locate how to remove the white background on checkout titles (the tr that says things like image, name, unit, etc.) and how to change the color of stages active/achieved to be white. Please look at the screenshot attached (you can also see it by passing through checkout at this link notascratch.com/shop )

Thanks for all your help, this is very going well and I'm impressed by the speed of feedback.

Many thanks,
Luke

EDIT: I now managed to get the current step to be black, but when trying again to be white it would not change. Stuck on black, no bold now.

Attachments:
Last edit: 11 years 10 months ago by lukehold.

Please Log in or Create an account to join the conversation.

  • Posts: 81590
  • Thank you received: 13079
  • MODERATOR
11 years 10 months ago #55564

You will have to change the CSS in the front end CSS file of HikaShop via the Display tab of the configuration:

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_current {
-moz-background-inline-policy: continuous;
background: url("../images/current_step.png") no-repeat scroll 50% 3px
transparent;
color:
#363636;
}


and that one is in the CSS of your template:
.component-content th {
padding: 5px;
background:
#EBEBEB;
border-bottom: 2px solid
#DDD;
font-weight: bold;
}

Finally, your template is caching your CSS files. So when you do these modifications, you won't see them immediately unless to deactivate the CSS caching in the options of your template.

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum