View Single Post
  #4  
Old 06-11-2015, 03:03 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: How do i remove the lines from the tables in the frontage

Quote:
Originally Posted by kimbaob
I uploaded a pic but you can view it at www.soycandleclub.com.au
Its very hard to read CSS code from a picture!

Your problem is caused by some very specific CSS being set, you are going to need to be more specific in order to override it.

Code:
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td { /* border: 1px solid #c4c4c4; */ font-size: 12px; } table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td { padding: 12px; line-height: 1.42857143; vertical-align: top; /* border-top: 1px solid #c4c4c4; */ }

Those are the styles that are the problem. I have commented out the 2 lines that are causing the borders. Just fix this in your custom CSS.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote