removing PricesalesPrice from product and category

  • Darko101
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 9 months ago #40152 by Darko101

Please Log in to join the conversation.

More
9 years 9 months ago #40162 by ivan.milic
You site is not online now?

Please Log in to join the conversation.

  • Darko101
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 9 months ago #40421 by Darko101
The site is online. Please check PricesalesPrice we wpould really want to remove in category and product detail view.

www.mycornetto.nl/assortiment/smaken

Please Log in to join the conversation.

More
9 years 9 months ago #40426 by ivan.milic
At end of template_css.css you have:

@media screen and (max-width: 675px){
DIV.product_details_box > *{
width:100%!important;
}

.PricesalesPrice .PricesalesPrice{
display: none!important;
}

one closing bracket is missing, it should be:

@media screen and (max-width: 675px){
DIV.product_details_box > *{
width:100%!important;
}
}

.PricesalesPrice .PricesalesPrice{
display: none!important;
}

Please Log in to join the conversation.

  • Darko101
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 9 months ago #40451 by Darko101
Yes, I fixed that and it does it's job.

But now the total price is also not visible in the cart. But the total should be visible there.
See print screen.
Attachments:

Please Log in to join the conversation.

More
9 years 9 months ago #40462 by ivan.milic
Add below:

#cart .PricesalesPrice .PricesalesPrice,
.cart .PricesalesPrice .PricesalesPrice{
display: block!important;
}

Please Log in to join the conversation.

Time to create page: 0.332 seconds
Powered by Kunena Forum