Hi @hammadweb2020
If you see category page , then you will found that this is coming from toolbar.blade.php page, so first of all you need to override this view file.
In this view file, you can see a helper function call toolbarHelper, which is responsible to show quantity, so you can create your helper and can used quantity according to your requirement.
For images Problem, you can follow this answer - https://forums.bagisto.com/topic/188/broken-image-logo-in-bagisto-with-causes-and-solutions/2
Thanks