ilex01's avatar

Remove previous button on laravel pagination

How do I remove the previousbutton with laravel pagination? https://i.gyazo.com/741444ce145abbd48a46e20e8cd74e46.png

Here is my code and it doesn't work. The previous button is still displayed.

a[rel="prev"]
{
    display: none !important;
}
0 likes
2 replies

Please or to participate in this conversation.