You should be able to do that in CSS. No need to change the code.
For example:
.hikashop_product_page .hikashop_product_price_full{ color: blue !important; }
ゲストの書き込みは許可されていません。
Re: CSS - Option text and Price
11 ヶ月 1 週間前 #54188
Doesn't work on the option text line and price which appears to be combined
The css id is called hikashop_product_price_with_options_main. I want to add 2 styles to that line - one for the text part "Price including chosen option:" and one for the option price so I can style both seperately. Currently both are combined and have one style.
ゲストの書き込みは許可されていません。
Re: CSS - Option text and Price
11 ヶ月 1 週間前 #54189
Ah yes, that text is inside one html element and can't be separated in CSS.
If you want to do that, you'll have to edit the file "option_price" via the menu Display->Views.