• Resolved ldamico

    (@ldamico)


    Hello, i just want to know how to change the background color and text color of the “LOAD MORE…” button.
    I couldnt find any topic about this.

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Thread Starter ldamico

    (@ldamico)

    Found the way, here is how to do it:

    .vp-pagination__style-default .vp-pagination__item>* {
    display: block;
    min-width: 40px;
    padding: 8px 16px;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    background-color: #ff8000;
    border: 1px solid #000;
    -webkit-transition: .2s border-color, .2s background-color, .2s color;
    transition: .2s border-color, .2s background-color, .2s color;
    will-change: border-color, background-color, color;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘LOAD MORE button style’ is closed to new replies.