• Hello,

    First and foremost, I would like to thank you for creating such a useful plugin. I’m Japanese and I’m using chatGPT to communicate. Currently, I’m using the smallchat feature and I’m interested in changing the chat button design. Specifically, I would like to place a square 50px button at the bottom right of my site.

    Here’s the CSS I’ve tried, but for some reason, it doesn’t seem to reflect the changes:

    ────────────────────

    Smallchat .Launcher-icon {

    padding: 0;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    height: 50px;
    border-radius: 0;
    }

    ────────────────────

    I believe my CSS code is correct, but there seems to be some issue preventing the changes from being applied. I’d appreciate any advice or feedback.

    For your reference, my website is https://tarcoon.me.

    Thank you for your assistance.

    The page I need help with: [log in to see the link]

  • The topic ‘CSS Application Issue Regarding smallchat Chat Button Design Change’ is closed to new replies.