Hi, if you look at www.cheaptemplatez.com and the product 'furniture template, there is a link at the bottom that says 'for further information please see this items webpage' Is it possible to change this text and to make it bigger?
Thanks
Dave
Hi, if you look at www.cheaptemplatez.com and the product 'furniture template, there is a link at the bottom that says 'for further information please see this items webpage' Is it possible to change this text and to make it bigger?
Thanks
Dave
To change the text, modify TEXT_MORE_INFORMATION in /includes/languages/english/YOUR_TEMPLATE/product_info.php
To make the text bigger, set the font size in #productInfoLink in your CSS file.
My showcase/gallery using Zen Cart - Summerdew
I am having problems finding #productInfoLink in my .css. I know it must exist somewhere as when I view my page source its listed as an <id> but I just cannot find it, any ideas?
Your CSS currently doesn't have #productInfoLink so you need to add it.
My showcase/gallery using Zen Cart - Summerdew
thanks, I tried adding it and more template went a bit whoopsie! Where should I add it?
It shouldn't really matter in this case, but try it at the end of your stylesheet:
#productInfoLink { font-size: 1.2em; }
adjust the size to your taste.
Thanks a lot :)