- Posts: 64
- Thank you received: 0
removing PricesalesPrice from product and category
-
Darko101
Inactive member - Topic Author
- Member
Less
More
10 years 5 months ago #40152
by Darko101
Replied by Darko101 on topic removing PricesalesPrice from product and category
Nothing again.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40162
by ivan.milic
Replied by ivan.milic on topic removing PricesalesPrice from product and category
You site is not online now?
Please Log in to join the conversation.
-
Darko101
Inactive member - Topic Author
- Member
Less
More
- Posts: 64
- Thank you received: 0
10 years 5 months ago #40421
by Darko101
Replied by Darko101 on topic removing PricesalesPrice from product and category
The site is online. Please check PricesalesPrice we wpould really want to remove in category and product detail view.
www.mycornetto.nl/assortiment/smaken
www.mycornetto.nl/assortiment/smaken
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40426
by ivan.milic
Replied by ivan.milic on topic removing PricesalesPrice from product and category
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;
}
@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
Less
More
- Posts: 64
- Thank you received: 0
10 years 5 months ago #40451
by Darko101
Replied by Darko101 on topic removing PricesalesPrice from product and category
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.
But now the total price is also not visible in the cart. But the total should be visible there.
See print screen.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40462
by ivan.milic
Replied by ivan.milic on topic removing PricesalesPrice from product and category
Add below:
#cart .PricesalesPrice .PricesalesPrice,
.cart .PricesalesPrice .PricesalesPrice{
display: block!important;
}
#cart .PricesalesPrice .PricesalesPrice,
.cart .PricesalesPrice .PricesalesPrice{
display: block!important;
}
Please Log in to join the conversation.
Time to create page: 0.136 seconds