Shopping cart table heading background

  • Posts: 6
  • Thank you received: 0
10 years 4 months ago #185061

-- url of the page with the problem -- : laverda.clothing
-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.3.24
-- Browser(s) name and version -- : Chrome 39.0.2171.95 m

Hello
I'd like to change the background colour of the shopping cart header so that the text can be read. Can you tell me how to do this please?

Attachments:

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

  • Posts: 2143
  • Thank you received: 747
10 years 4 months ago #185066

Hi,

The dark background for table headers is coming from your template, where on line 323 in template.css it applies the color #444.

To change it for the cart tables only, you should follow this documentation to create a custom CSS file for the HikaShop frontend: www.hikashop.com/support/support/documen...the-display.html#css

To change the background color, you may add these lines to it:

.hikashop_cart th, .hikashop_checkout_cart th {
  background: #ededed !important;
  padding: 5px 10px !important;
}

This will make it the same light grey as in the checkout progress bar - you may want to pick a different color, of course.
Note that I also added a padding consistent with what it presently already in your checkout cart.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
The following user(s) said Thank You: Jerome, rbradbury

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

  • Posts: 6
  • Thank you received: 0
10 years 4 months ago #185075

Really appreciate your help....may thanks for the quick reply.

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

Time to create page: 0.082 seconds
Powered by Kunena Forum