- Posts: 234
- Thank you received: 4
Table CSS
13 years 10 months ago #74749
by mad-q
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
Yours
Please Log in or Create an account to join the conversation.
13 years 10 months ago #74757
by Xavier
Replied by Xavier on topic Re: Table CSS
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.
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.
13 years 10 months ago #74960
by mad-q
Replied by mad-q on topic Re: Table CSS
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
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.
13 years 10 months ago #75043
by Xavier
Replied by Xavier on topic Re: Table CSS
Hi,
To hide the border on the checkout cart, try this property:
[code]
.hikashop_checkout_cart table, .hikashop_checkout_cart table tr, .hikashop_checkout_cart table th, .hikashop_checkout_cart table td{
border: none !important;
}
[/code)
To hide the border on the checkout cart, try this property:
[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.
13 years 10 months ago #75193
by mad-q
Replied by mad-q on topic Re: Table CSS
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
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.
13 years 10 months ago #75252
by Xavier
Replied by Xavier on topic Re: Table CSS
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
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.
13 years 10 months ago #75299
by mad-q
Replied by mad-q on topic Re: Table CSS
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
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.230 seconds