Hi,
Did you take a look at our FAQ on CSS ?
www.hikashop.com/en/support/documentation/faq.html#css
You can take a open our demo website, on the bottom you will find the "Featured products" module.
By regarding the source code (or using a "DOM inspector" with your favorite internet browser), you will that that its ID is "hikashop_module_122" and it contains a span with class "hikashop_product_name" so it is possible to right the rule
#hikashop_module_122 .hikashop_product_name {
font-size:11px;
}
But without any information on your website, I can't help you more.
CSS is depending on each website, maybe you need to set the "!important" keyword.
Regards,