Change style in prices in different pages

  • Posts: 1053
  • Thank you received: 11
  • Hikashop Business
11 years 4 months ago #111682

Hi!
I can t make it.
I m trying to change the style in the listing layout for prices, but when I change the
span.hikashop_product_price_with_discount
and
span.hikashop_product_price_before_discount
in the css file
prices are also changed in the product page.

How can I move change them seperately?

Thanks



Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82758
  • Thank you received: 13346
  • MODERATOR
11 years 4 months ago #111694

Simply use a parent element CSS selector.

For example, for the price on the product page, you can do like that:
.hikashop_product_page span.hikashop_product_price_with_discount{
}
For the products listings, you can do like that:
.hikashop_products_listing span.hikashop_product_price_with_discount{
}

The following user(s) said Thank You: verzevoul

Please Log in or Create an account to join the conversation.

Time to create page: 0.069 seconds
Powered by Kunena Forum