I need to change the hover color

  • Posts: 15
  • Thank you received: 0
11 years 6 months ago #132763

Hi,
How can I make the table hover in my cart not white. I know css pretty well but can't seem to figure this one out.
<table class="table table-striped table-hover" width="100%">

Thank you

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

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #132850

Hi,
Can you show me a screenshots of where you want to apply you CSS customization, and give me a link to that page so that I can directly check the code ?

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

  • Posts: 15
  • Thank you received: 0
11 years 6 months ago #133624

Hi,
Sorry I've been ill.
It's on www.5oaksstudio.com/
And it's when you have more than 2 items in the cart...there's a hover on every other row...it's white and I want to change it to anything else.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #133676

Hi,

Thanks to try the following css property:

.hikashop_cart td:hover{
    color: #000000;
}

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

Time to create page: 0.094 seconds
Powered by Kunena Forum