• Resolved jajinka

    (@jajinka)


    Hello,

    Is there a way how to change the color of the pagination numbers background? There′s the deafult blue color in a circle. I cannot find it in the page edit settings neither in the theme settings.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Alex

    (@fellan91)

    Hello,

    Unfortunately, this customization requires block style modifications.

    To achieve this, access the block settings and locate the custom CSS section:

    https://prnt.sc/BphV3aniKVbY

    Add the following code:

    selector .vp-pagination__style-minimal{
    --vp-pagination-minimal--items__color: green;
    --vp-pagination-minimal--items-hover__color: red;
    --vp-pagination-minimal-paged--items-active__background-color: black;
    }

    The result should look like this: https://prnt.sc/EMkKsgm-jDEK

    Regards,
    Alex

    Thread Starter jajinka

    (@jajinka)

    Hello Alex,

    thank you, it works ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.