Skip to content
Advertisement

How to set the b-pagination’s main color?

In bootstrap-vue pagination there is no slot for change main color of pagination.

enter image description here

you see there is only blue color for it.

is there any way to change it to my required color?

Advertisement

Answer

You could change it by changing the CSS of the active item of b-pagination. I illustrated the solution by the following code:

JavaScript
JavaScript
JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement