Can this code be removed? #41083
Answered
by
gguney
mowangjuanzi
asked this question in
Q&A
Can this code be removed?
#41083
-
<div>
<p class="small text-muted">
{!! __('Showing') !!}
<span class="font-medium">{{ $paginator->firstItem() }}</span>
{!! __('to') !!}
<span class="font-medium">{{ $paginator->lastItem() }}</span>
{!! __('of') !!}
<span class="font-medium">{{ $paginator->total() }}</span>
{!! __('results') !!}
</p>
</div> Can this code be removed? Because the previous bootstrap 4 did not have the following content: |
Beta Was this translation helpful? Give feedback.
Answered by
gguney
Feb 17, 2022
Replies: 1 comment 1 reply
-
Or you may add selector from this div's parent element. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mowangjuanzi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
php artisan vendor:publish
Provider: Illuminate\Pagination\PaginationServiceProvider
bootstrap-5.blade.php
under resources/views/vendor/pagination.text-muted { display: none; }
Or you may add selector from this div's parent element.
However, it may effect other elements that has "text-muted"