Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello, it may already be possible but, is it possible to overwrite #status-icon {} in status.css through a custom CSS? When using LHC on two domains through 2 departments each getting its own theme, it would be nice to have a custom css for each widget theme's status-icon, to set colors, borders etc to match that domain a little better, thanks.
Offline
Yes, you can do that in theme configurtion, custom css section
Offline
I only have 4 boxes under custom CSS
in Status widget I placed, (actually I tried in all 4 boxes)
#status-icon {
background: url("../images/grey_row.jpg");
background-repeat: repeat;
}
does nothing
in status.css
lhc_status_container #status-icon {
background: url("../images/grey_row.jpg");
background-repeat: repeat;
}
works as expected
Offline
Just use important flag in your css
Offline
Ohhh I thought I tried that, your correct thank you.
Offline
Pages: 1