Hello,
You should modify the Hikashop Css file here : systeme > configuration > display > css > front end
www.hikashop.com/fr/support/54-hikashop-config.html#css
This css file allow to modify all the Hikashop style (Css).
To identify witch part of the css file you have to change, you should use an Firefox plug in :
getfirebug.com
Ctrl+F on windows allow to find words (css expression) in a document.
In your case it should be something like that (you have to check this with Firebug)
.hikashop_product_page .hikashop_product_price_full{ font-size : 14px; }
Best R