| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Couple of Template edits | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#21
|
|||||||
|
|||||||
![]()
__________________
X Cart Version 4.1.11 |
|||||||
#22
|
|||||||||
|
|||||||||
![]() <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}&cat={$cat}&page={$navigation_p age}{if $featured eq 'Y'}&featured{/if}">More Info</a></font></td> <td><img src="/skin1/images/but2.gif" class="ButtonSide" alt=""></td> try this
__________________
xcart 5.1.2 |
|||||||||
#23
|
|||||||
|
|||||||
![]() Thats great. Thanks
How do I add a gap between the buttons?
__________________
X Cart Version 4.1.11 |
|||||||
#24
|
|||||||||
|
|||||||||
![]() <td> </td>
__________________
xcart 5.1.2 |
|||||||||
#25
|
|||||||
|
|||||||
![]() Thankyou very much Ashley
![]()
__________________
X Cart Version 4.1.11 |
|||||||
#26
|
|||||||||
|
|||||||||
![]() check PMs
__________________
xcart 5.1.2 |
|||||||||
#27
|
|||||||
|
|||||||
![]() 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 ![]()
__________________
X Cart Version 4.1.11 |
|||||||
#28
|
|||||||||
|
|||||||||
![]() 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}&cat={$cat}&page={$navigation_p age}{if $featured eq 'Y'}&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 }
__________________
xcart 5.1.2 |
|||||||||
#29
|
|||||||
|
|||||||
![]() 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?
__________________
X Cart Version 4.1.11 |
|||||||
|
|||
X-Cart forums © 2001-2020
|