• Hi, I would like to know how can I change the background color of the active category button on visual portfolio? Currently by default it is set as grey. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nikita

    (@nko)

    Hi.

    This custom CSS should help:

    .vp-filter__style-default .vp-filter__item.vp-filter__item-active > * {
        background-color: red;
        border-color: red;
    }
    

    p.s. use browser inspector to see how styles are written.

    Regards, nK.

    • This reply was modified 6 years, 5 months ago by Nikita.
    cameramanmx

    (@cameramanmx)

    Hello, I hope you can help me. I need to change the background color of all the buttons, including Load More button. Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the color of category buttons’ is closed to new replies.