Can I modify the css for the list of past conversa...
# 🤝help
f
I tried to directly add CSS to the style sheet n the webchat styler, but it gets deleted when I try to generate a link
c
@bright-magazine-792
b
you need to click
Run
and then click on
generate link
f
@bright-magazine-792 I do that but then it removes the updates 😕
my steps:
go to webchat styler
click advanced styler
add additional css selectors and styles to bottom of file
click generate link
open the link in a new tab
see that the selectors I've added have been removed
b
the best way is to do your changes from "Style your bot" then generate link, open the link and copy all the css content paste it in the advanced style editor
oh wait
can you give me an example?
which class are you modifying/adding
f
this is what I've tried to add to the end
.bpw-chat-container, .bpw-convo-item .bpw-date, .bpw-convo-preview { color: #ffffff; } .bpw-convo-item:hover { background-color: #00A4FF; }
anything I'm doing wrong here?
good morning - checking in here!
thanks!
b
If you're adding it, then that will create duplicate styling. you need to edit the existing classes to make it work
can I look at your stylesheet URL?
2 Views