How to Customize Link Colors and Highlight Text in Flowise AI Chatbot and Adjust the size of the image used in the chat button? #2929
-
Hi everyone, I'm currently integrating a Flowise AI chatbot into my WordPress site using the Divi theme, and I'm looking to customize the appearance of links and highlighted text within the chat interface. Specifically, I want to: Change the color of links to #fc9a3f. Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
I think you have to change line 34 in this file: https://github.com/FlowiseAI/FlowiseChatEmbed/blob/main/src/assets/index.css |
Beta Was this translation helpful? Give feedback.
-
@ccamedia how did you get the gradient color in the header? |
Beta Was this translation helpful? Give feedback.
-
Hey @ccamedia thanks for your reply, unfortunately that option is not available in full page embed. I would love an answer to your question though, it seems nothing I change in index.css seems to have any effect. |
Beta Was this translation helpful? Give feedback.
Hey @ccamedia, I found the answer to this. I added this to index.css, change the color of course to whatever you require.
I have noticed that it sometimes takes a while for the changes to take effect, maybe that JSdelvr has to propagate web.js?
Here is the code
.prose :where(strong):not(:where([class~=not-prose],
[class~=not-prose] *)) {
color:#abe7ff;
font-weight:600
}