View Single Post
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#176
Originally Posted by mscarrot View Post
Hi is it possible to make the background of the bubbles pink/purple (what do I have to edit -and how- to make this happen??)

Love this design !!!!
open the css-file and search for "BubbleSelf" and "BubbleOther" and edit (or add a) background-line:

Code:
div.BubbleSelf {
  background: #000000;

...
}
here are the codes:

 

The Following 2 Users Say Thank You to b666m For This Useful Post: