Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

need little help with front page

 
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)
 
Thread Tools Search this Thread
  #1  
Old 11-12-2014, 07:27 PM
 
tony1100 tony1100 is offline
 

Advanced Member
  
Join Date: Oct 2012
Posts: 31
 

Default need little help with front page

HI there, I hope I can get help from here. I'm editing front page at xcart 5 from admin area(Catalog -> front page).

I put 3 pciture in a 1 row, 3 column table and I have made table border=0. preview is fine but when i refresh site, still can see border. here is image.

preview from admin area

http://www.loveshop.ca/preview.jpg

but on the main page still show table border:

http://www.loveshop.ca/site.jpg

really appreciate if any one can help
__________________
Tony

Last edited by qualiteam : 11-12-2014 at 08:45 PM.
Reply With Quote
  #2  
Old 11-12-2014, 08:49 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: need little help with front page

Hi!

Your design theme has styles which add these borders.

What you can do:
1. Use the "Inspect this element" browser function on the image. This will show you what CSS rules add the border.
2. Now enable ThemeTweaker module and override the rules with new "border: 0" style.

If you let me know the site URL, I can give you more detailed instructions.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote
  #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
  #4  
Old 11-13-2014, 10:45 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: need little help with front page

Try these:

Code:
.category-description td, .category-description td img { border: 0; }

I guess this should help.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote
  #5  
Old 11-13-2014, 11:50 AM
 
tony1100 tony1100 is offline
 

Advanced Member
  
Join Date: Oct 2012
Posts: 31
 

Default Re: need little help with front page

it works
Thank you so much, really appreciate.
__________________
Tony
Reply With Quote
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:39 AM.

   

 
X-Cart forums © 2001-2020