Hi
I actually did check out a section called CSS Styling at this link -
www.hikashop.com/en/support/84-css-styling.html#prices
How to change the color/size of the prices in HikaShop
You need to edit the CSS of HikaShop via the interface in the configuration under the tab display in the CSS area and modify the code:
span.hikashop_product_price {
color: #900;
white-space: nowrap;
}
Just wanted to add in for people like myself who are new to the product it would be better to be precise with paths and so forth.
I finally located this CSS file located under HikaShop Configuration -> System -> Display Tab -> CSS -> Front-end CSS File.
Thanks
Patrick