Delete comment out pages in estimate product in bootstrap

Modified on Fri, Feb 2, 2018 at 9:13 AM

When creating an estimate product in bootstrap the page counter is on by default, however the cases where the product only ever has one page you can comment out the counter in the css.

To comment out the counter go to the product you want to turn off the page counter on and click to edit.

Under the option tab click layout css

copy the code below into the css file

#inputPages {
    display: none;
}

#pnlManualSize label[for="inputPages"] {
    display: none;
}
 Click save


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article