• Resolved wiauser

    (@wiauser)


    Hi! So #watsonconv-floating-box is still active for updating custom CSS? If I want to update CSS of hyperlinks in my application so what? a:link #watsonconv-floating-box {
    color: //color choice ;
    }
    Like this? Though this does not work

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Intela-bot Help

    (@intelahelp)

    Hey @wiauser.

    Yes, #watsonconv-floating-box is still active for updating custom CSS.
    Your code doesn’t work because #watsonconv-floating-box is the parent element of the chat window. To change the child elements, you must specify them or their css selectors (id, class) after the parent element.
    For example, the following block overrides the color of the all links in the chat:

    #watsonconv-floating-box a {
    color: //color choice ;
    }

    If you still have questions, feel free to ask them.

    Thread Starter wiauser

    (@wiauser)

    Perfect!Awesome!

    Plugin Author Intela-bot Help

    (@intelahelp)

    You are very welcome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom CSS for Plugin’ is closed to new replies.