View Single Post
  #8  
Old 06-13-2015, 06:34 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

Kimba,
Try editing the CSS that I pointed out. In my example I had commented out the offending lines, but I had not provided code to override them. That is what you need to do.

Actually it sounds to me like you need to learn CSS in general before taking on this task.

I don't see your added CSS in the source code. I believe there is a box, "use custom CSS" that needs to be checked.

And in order for your CSS to take precedence over what already exists in the source code you must edit it and provide alternate instructions. You also might need to be more specific in order to override the existing CSS.

Here is an example. Try:
Code:
body 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: 0; } body 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-top: 0; }
__________________
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