This topic has 11 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
I’m creating a site that offers products, but doesn’t need a pricing area (as this is discussed externally) so I need to get rid of the big space where the pricing is situated.
Is it possible to do this, and if so how? site details are below.
Hello,
we can not enter your site using credentials you provided us with. Please check admin credentials.
Regards,
Stan Russell.
Sorry, credentials below.
Hello,
Please add this code into custom.css file.
.product-information .short-description{
margin-bottom: 0px;
}
.product-navigation{
margin-bottom: -15px;
}
.product{
margin-bottom: 5px;
}
Regards,
Robert Hall.
Seemed to have worked a little bit, anyway to make the it smaller though?
Could you please show us screenshot how you want to see it?
Regards,
Robert Hall.
Ideally something like this…
Try to add following code into custom.css file.
.product-navigation{
padding: 15px 0 0;
}
.product-information .price{
display:none;
}
Regards,
Robert Hall.
replacing the existing code?
Awesome got it working, thank you!
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Get rid of pricing space on product page?’' has been successfully resolved, and the topic is now closed for further responses