Add page per product bar beside pagination option
-
Hello.
Is it possible to show product per page bar and on the bottom of the page beside the pagination option?
Thanks in advance.
Kind Regards George
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-products-per-page {
position: absolute;
bottom: 0;
margin-left: 50px;
}
And see if this works for you. Otherwise, it requires Customizations.
Best Regards
Hello.
Thanks, it works, but it needs to be displayed in line. Also, I need both products-per-page, One on top and one on bottom.
Best Regards
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the URL of the shop page to check it myself and help you out accordingly.
Sorry but it is not possible to get it for above and below the products.
It requires customizations and this is beyond our limitations and support policy.
Regards.
Xtemos Studios.
In which file I must make the customizations in order to achieve that?
Regards George.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-products-per-page {
position: absolute;
width: 300px;
bottom: 0;
}
To move the products per page under with the pagination in one line.
And you can find the file under “woodmart/woocommerce/archive-product.php
” you can customize at your own risk.
Regards.
Xtemos Studios.