Jump to content

Changing Font Size And Color


Recommended Posts

There are several things you need to do:

 

In your amp.css file, go to approx line 137 and look for .amp_nila {

 

add the following to the css:

font-size=12px;

color:#990000;

 

Of course choose your size and color of choice.

 

Then you will need to modify this line ( I am assuming in your product.tpl file - someone can correct me if I am wrong here)

 

<div id="awp_cell_cont_114" class="awp_cell_cont awp_cell_cont_17 awp_clear" style="width: 97px;">

 

The width of 97px; will not hold a larger font size so in the case of 12px; change 97 to say 120

Link to comment
Share on other sites

×
×
  • Create New...