Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #6620
    kthisandthat
    Participant

    Am I able to make changes to the ‘View on Instagram’ button on ‘Social Gallery and Widget’ plug in? Regular vs hover appearance and function, and color properties.

    #6624
    Skandha
    Participant

    @kthisandthat: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #6634
    kthisandthat
    Participant

    https://thisampersandthat.com

    Thank you for looking into this Skandha!

    #6638
    Skandha
    Participant

    @kthisandthat: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .catch-instagram-feed-gallery-widget-wrapper .button {
        color: #d93175 !important;
        background-color: #123456;
    }
    .catch-instagram-feed-gallery-widget-wrapper .button:hover {
        color: #fff !important;
        background-color: #fff;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #6639
    kthisandthat
    Participant

    Hi Skandha,
    That did work! Any idea how to change the border color from pink?

    #6640
    Skandha
    Participant

    @kthisandthat: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .catch-instagram-feed-gallery-widget-wrapper .button {
        border-color: #222;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #6644
    kthisandthat
    Participant

    Great! Thanks so much

    #6645
    Skandha
    Participant

    @kthisandthat: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/plugin/catch-instagram-feed-gallery-widget/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #6797
    kthisandthat
    Participant

    Hi Skandha,
    I’m so sorry! Just seeing your link. I tried clicking on it, and it seems it’s expired. Can you send a new one? I’d be happy to leave a review.

    Regarding this request, the button is still pink when I hover over it. Is there a way to change the hover color?

    And could I could ask for your assistance with something else also? If not, I’ll submit another request.

    https://thisampersandthat.com/great-beauty-retailers-that-arent-sephora-or-ulta/

    If you look towards the bottom where there’s a section to ‘view all posts by’ and then 2 buttons for the previous post, and next post, can I change the background of black to white? and if so, will the icon next to ‘THISANDTHAT’? And the buttons to the same settings as the Instagram button you helped with before?

    #6800
    Skandha
    Participant

    @kthisandthat: Hello there,
    The link to leave a review is https://wordpress.org/support/plugin/catch-instagram-feed-gallery-widget/reviews/#new-post.

    I don’t see the View on Instagram button anymore on your site.

    To change the black background to white in the footer
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-footer-wrapper {
        background-color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Make changes to ‘View on Instagram’ button?’ is closed to new replies.