Change style in prices in different pages

  • Posts: 1110
  • Thank you received: 12
  • Hikashop Business
12 years 2 weeks 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: 84079
  • Thank you received: 13634
  • MODERATOR
12 years 2 weeks 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.059 seconds
Powered by Kunena Forum