Remove header "price'

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Oct 05, 2012 1:33 pm
Reply with quote
Report this post
Hello,
How can I remove text block with prices (attachment). Help!
Kaśka
User avatar
Junior Boarder

Konrad M
Fri Oct 05, 2012 1:46 pm
Reply with quote
Report this post
Hi,
Can you give us url to your site ? It will be much easier to help you.
User avatar

GK User
Fri Oct 05, 2012 1:51 pm
Reply with quote
Report this post
http://www.proyecto.nazwa.pl/UBIERALNIA ... -51-detail
I don't want to have a header with 'price'...
User avatar
Junior Boarder

Konrad M
Fri Oct 05, 2012 1:57 pm
Reply with quote
Report this post
Please try add to override.css
Code: Select all
.product-price {
background: none;
}
.product-price > strong {
display: none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Oct 05, 2012 2:02 pm
Reply with quote
Report this post
It works! Thanks a lot!
User avatar
Junior Boarder


cron