Forum HikaShop General Talk about HikaShop CSS - Option text and Price
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: CSS - Option text and Price

CSS - Option text and Price 1 year 5 days ago #54062

  • Huski
  • Huski's Avatar
  • OFFLINE
  • Posts: 155
Hi
Can't work out how to change the styling on the text for the option and option price

Price including chosen option: $ 66.00

I want the price to show a different colour to the main text and can change the colour for the css span but it changes the whole lot.

I can see it in views/show_default but not sure which other view the actual code is in and then how to add another span in.

Thanks
Last Edit: 1 year 5 days ago by Huski.
The administrator has disabled public write access.

Re: CSS - Option text and Price 1 year 4 days ago #54182

  • nicolas
  • nicolas's Avatar
  • NOW ONLINE
  • Posts: 30678
  • Thank you received: 2570
  • MODERATOR
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; }
The administrator has disabled public write access.

Re: CSS - Option text and Price 1 year 3 days ago #54188

  • Huski
  • Huski's Avatar
  • OFFLINE
  • Posts: 155
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.
The administrator has disabled public write access.

Re: CSS - Option text and Price 1 year 3 days ago #54189

  • nicolas
  • nicolas's Avatar
  • NOW ONLINE
  • Posts: 30678
  • Thank you received: 2570
  • MODERATOR
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.
The administrator has disabled public write access.
The following user(s) said Thank You: Huski
  • Page:
  • 1
Time to create page: 0.230 seconds

Follow hikashop on Twitter