You are here:  » Changing visit store link font size

Support Forum



Changing visit store link font size

Submitted by speak2daryl on Wed, 2012-03-28 13:57 in

Hi David,

Just a quick question...

I am trying to make the "visit store" link on the product pages to be displayed in large text, I have tried adding tags in various places in prices.php but i can't seem to get in right. any idea's?

I have just updated to the latest version and I love the new features, the feed automation tool is awesome - saves me a load of work!!!

Thanks

Daryl

Submitted by support on Wed, 2012-03-28 14:27

Hi Daryl,

In html/prices.php the table cell in which Visit Store is displayed is opened with the opening TD tag at line 16:

<td align='center'>

Try including a style tag at that point to set the required size e.g.

<td align='center' style='font-size:large;'>

...or could be a specific px size e.g.

<td align='center' style='font-size:14px;'>

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by speak2daryl on Wed, 2012-03-28 14:53

Hi David,

It works but alters the the formatting of the box and leaves a gap in the header of the table, see {link saved}

Thanks

Daryl

Submitted by support on Wed, 2012-03-28 15:40

Hi Daryl,

That looks like the suggested replacement hasn't overwritten the old <td align='center'> tag - make sure the first one is deleted and you only have

<td align='center' style='font-size:large;'>

...that should be all it is...

Cheers,
David.
--
PriceTapestry.com