X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Couple of Template edits (https://forum.x-cart.com/showthread.php?t=42477)

ibit-matt 10-19-2008 10:35 AM

Re: Couple of Template edits
 
http://www.rapidvisionsystems.com/home.php?cat=19


Thanks

ARW VISIONS 10-19-2008 10:55 AM

Re: Couple of Template edits
 
<td><img src="/skin1/images/but1.gif" class="ButtonSide" alt=""></td>
<td class="Button"><font class="Button"><a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}{if $featured eq 'Y'}&amp;featured{/if}">More Info</a></font></td>
<td><img src="/skin1/images/but2.gif" class="ButtonSide" alt=""></td>

try this

ibit-matt 10-19-2008 11:02 AM

Re: Couple of Template edits
 
Thats great. Thanks

How do I add a gap between the buttons?

ARW VISIONS 10-19-2008 11:03 AM

Re: Couple of Template edits
 
<td>&nbsp;&nbsp;&nbsp;</td>

ibit-matt 10-19-2008 11:06 AM

Re: Couple of Template edits
 
Thankyou very much Ashley :-)

ARW VISIONS 10-19-2008 11:28 AM

Re: Couple of Template edits
 
check PMs

ibit-matt 10-19-2008 11:52 AM

Re: Couple of Template edits
 
Hi again I have been asked to change the color of the buttons from orange to blue so what I have done it renamed the following images to the name of the orange buttons

but_menu1.gif renamed to but1.gif
but_menu2.gif renamed to but2.gif
but_menubg.gif renamed to butbg.gif

But the images looks a little strange and I also need the link to be white before they click it and after the link have been clicked and when they hover over it

http://www.rapidvisionsystems.com/home.php?cat=19

It not down to me about the template mate other wise I would buy a pre made template :-)

ARW VISIONS 10-19-2008 02:40 PM

Re: Couple of Template edits
 
Are the new images the same size as the old ones? If not you will have to make changes to the CSS to match the new images size. Often they are just a pixel or two of.

To change the link color you need to add a class declaration in the anchor tag.

<a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}{if $featured eq 'Y'}&amp;featured{/if}" class="white">

Then make a new class.

A.white:link {
COLOR: #ffffff;
TEXT-DECORATION: none;
display:block
}
A.white:visited {
COLOR: #ffffff;
TEXT-DECORATION: none;
display:block
}
A.white:hover {
COLOR: #ffffff;
TEXT-DECORATION: none;
display:block
}
A.white:active {
COLOR: #ffffff;
TEXT-DECORATION: none;
display:block
}

ibit-matt 10-20-2008 05:33 AM

Re: Couple of Template edits
 
Thanks Ashley

I have tried to move the more info button to the left of the buy now button but it did not work.

How would I do this please?


All times are GMT -8. The time now is 05:30 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.