Hi there
Where in the code I can apply CSS to change the following on the shopify chat button:
• size of closed button
• remove round corners in open chat
• change font size/style
Hi there
Where in the code I can apply CSS to change the following on the shopify chat button:
• size of closed button
• remove round corners in open chat
• change font size/style
Hey @CStudios
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Sure thank you @Moeed !
I’m unable to see the Shopify chat button on your website, do you have it disabled? If yes, then can you please enable it so that I can provide you the necessary code for customization of it.
Best Regards,
Moeed
please check now @Moeed
Hey @CStudios
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you, I have done what you have proposed. Unfortunately it’s not working though ?
/*styles button closed*/
.chat-app .chat-app--close-button {
width: 80px !important;
height: 80px !important;
}
/*remove round corners*/
.interstitial-view {
border-radius: 0px !important;
}
/*change font size, style*/
.composer-bar-wrapper .composer-bar-form textarea {
font-size: 24px !important;
font-style: italic !important;
}
-I have clearly stated what each piece of code does. You can change the style as you wish.
Thanks so much @BSS-TekLabs !
I can’t find the style.css though? could it be called something else?
or base.css
Thank you, yes i tried that too. It’s not working ![]()