View Single Post
  #3  
Old 11-13-2014, 07:08 AM
 
tony1100 tony1100 is offline
 

Advanced Member
  
Join Date: Oct 2012
Posts: 31
 

Default Re: need little help with front page

HI Alex,

Thanks for your reply, this site is on my local machine. I probably can't provide web address. but I did what you said:

1. use Inspect this element, this is what page show:

<div class="category-description">
<table style="width: 100%; padding: 0px; margin: 0px; border: 0px;" border="0">
<tbody>
<tr>
<td><img style="width: 100%;" src="/var/theme/images/banner-1.png" alt=""></td>
<td><img style="width: 100%;" src="/var/theme/images/banner-2.png" alt=""></td>
<td><img style="width: 100%;" src="/var/theme/images/banner-3.png" alt=""></td>
</tr>
</tbody>
</table></div>

2. make new css in customer css:

#category-description{
border:0px
}

is this what you mean?
__________________
Tony
Reply With Quote