VDP Font change

How to change the text size in ‘Vehicle Information’ box

To just change the text use the following code.

Add this CSS code to your theme or a code plugin like “Scripts n Styles”.

[cc lang=’css’ ]

/*change Vehicle Information on detail page*/
#armadillo-detail .armadillo-vehicle-information {
font-size: 14px;
line-height: 16px;

}

[/cc]

 

Leave a Reply