Table CSS

  • Posts: 234
  • Thank you received: 4
12 years 1 week ago #74749

I suspect that I am missing something but I am trying to get the tables within the categories to have a border. When I edit the template.css it also adds a border to the tables on the checkout. Could someone please point out where I can stop the tables on the checkout having a border.

Yours

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

  • Posts: 13201
  • Thank you received: 2322
12 years 1 week ago #74757

Hi,

Where exactly are you adding borders ?
If it's on a product listing page, apply your property on:
".hikashop_products .yourclass{ ... }"

And then the property will only be applied on the listing.

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

  • Posts: 234
  • Thank you received: 4
12 years 1 week ago #74960

I was hoping to have the table shown on this screen

www.draganfly.co.uk/index.php/ariel/cate...39-studs-a-tie-studs

but not on this screen

www.draganfly.co.uk/index.php/accessories-a-misc/checkout


Thanks
Iain

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

  • Posts: 13201
  • Thank you received: 2322
12 years 1 week ago #75043

Hi,

To hide the border on the checkout cart, try this property:
.hikashop_checkout_cart table, .hikashop_checkout_cart table tr, .hikashop_checkout_cart table th, .hikashop_checkout_cart table td{ border: none !important; } [/code)[code]
.hikashop_checkout_cart table, .hikashop_checkout_cart table tr, .hikashop_checkout_cart table th, .hikashop_checkout_cart table td{
border: none !important;
}
[/code)

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

  • Posts: 234
  • Thank you received: 4
12 years 1 week ago #75193

Thank you very much, is there anything else I can do to remove the little lines from

www.draganfly.co.uk/index.php/accessories-a-misc/checkout

around the postage and the address boxes?

Yours

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

  • Posts: 13201
  • Thank you received: 2322
12 years 1 week ago #75252

Hi,

It seem's that you have an error on your website, so I can't see the checkout.

You can use, for example, Firebug to see which class is to edit, and then do the modifications in your css file, you can find some documentation here:
www.hikashop.com/en/support/documentation/faq.html#css

The following user(s) said Thank You: mad-q

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

  • Posts: 234
  • Thank you received: 4
12 years 1 week ago #75299

Xavier

Yes I was finding new and fun ways to break the website. I was trying (failed) to upgrade to the next version of Joomla.

The Firebug is really good, I have been using firefox web developer.

Many Thanks
AGAIN!!

Iain

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

Time to create page: 0.047 seconds
Powered by Kunena Forum