VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Woeler1 on February 27, 2013, 09:43:40 AM

Title: Increase product title font
Post by: Woeler1 on February 27, 2013, 09:43:40 AM
Does anyone know where I can find the specifics about the font of the product titles (in the lists). I want to increase it. I found a tutorial on increasing the price font, but I want to increase the title font as well.

Thanks.
Title: Re: Increase product title font
Post by: agps on February 27, 2013, 10:39:12 AM
.prd_name {
   font-size: 20px;
}
Title: Re: Increase product title font
Post by: jenkinhill on February 27, 2013, 11:53:22 AM
Use firebug to examine your site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0