• Resolved alberta26

    (@alberta26)


    Hi

    Is it possible to change the button and text (view on Instagram) colour please?

    Thanks

    Alex

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

    (@wpzoom)

    @alberta26 Hi,

    Sure, you can change the colors by adding this CSS code in the Customizer > Additional CSS in your website:

    a.ig-b-v-24 {
        border-color: #3897f0;
        color: #3897f0 !important;
    }
    
    a.ig-b-v-24:hover {
        background: #3897f0;
        border-color: #3897f0;
        color: #ffffff !important;
    }
    Thread Starter alberta26

    (@alberta26)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the button colour’ is closed to new replies.