(Squarespace) How to add gradient on Pagination Text

To add gradient color on Pagination Text, like this.

image

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or send me an email.

h2.item-pagination-title {
     background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    pointer-events: none;
}

1 Like

@tuanphan,

:heart: :heart: :heart: