Like SystemiConnectFri 15 Oct 2021, 04:50
Auto Save MessagesLGforumFri 26 Feb 2021, 13:31
New tutorial questionTheCrowMon 15 Feb 2021, 08:12
Support iOS Emojis (and other platforms)LGforumSun 14 Feb 2021, 01:25
LGforum (2806)
Transparency code for the AvacWeb Chat Vote_lcapTransparency code for the AvacWeb Chat Voting_barTransparency code for the AvacWeb Chat Vote_rcap 
Mr.Easybb (1587)
Transparency code for the AvacWeb Chat Vote_lcapTransparency code for the AvacWeb Chat Voting_barTransparency code for the AvacWeb Chat Vote_rcap 
Bloodbath (745)
Transparency code for the AvacWeb Chat Vote_lcapTransparency code for the AvacWeb Chat Voting_barTransparency code for the AvacWeb Chat Vote_rcap 
Rukiafan (533)
Transparency code for the AvacWeb Chat Vote_lcapTransparency code for the AvacWeb Chat Voting_barTransparency code for the AvacWeb Chat Vote_rcap 
Dom (513)
Transparency code for the AvacWeb Chat Vote_lcapTransparency code for the AvacWeb Chat Voting_barTransparency code for the AvacWeb Chat Vote_rcap 
puppycheese (446)
Transparency code for the AvacWeb Chat Vote_lcapTransparency code for the AvacWeb Chat Voting_barTransparency code for the AvacWeb Chat Vote_rcap 
pedro (330)
Transparency code for the AvacWeb Chat Vote_lcapTransparency code for the AvacWeb Chat Voting_barTransparency code for the AvacWeb Chat Vote_rcap 
Neymar (301)
Transparency code for the AvacWeb Chat Vote_lcapTransparency code for the AvacWeb Chat Voting_barTransparency code for the AvacWeb Chat Vote_rcap 
Hitsu (281)
Transparency code for the AvacWeb Chat Vote_lcapTransparency code for the AvacWeb Chat Voting_barTransparency code for the AvacWeb Chat Vote_rcap 
Flora (275)
Transparency code for the AvacWeb Chat Vote_lcapTransparency code for the AvacWeb Chat Voting_barTransparency code for the AvacWeb Chat Vote_rcap 


Transparency code for the AvacWeb Chat

avatarP-Robs
Status : No status yet...

Posts : 3
Join date : 2012-12-12
Age : 33
Thu 24 Jan 2013, 22:44
I'm having a little bit of difficulty on figuring out how to remove the bars within the chat. I am able to do so in the normal chat, but not in the AW Chat. The forum version being used is Punbb...

The code I have for the forum chat is::

Code:
.chatbox_row_1 {
  padding: 4px;
  background-color: transparent;
  }
.chatbox_row_2 {
  padding: 4px;
  background-color: transparent;
  }

Any help would be appreciated.
avatarGuest
Fri 25 Jan 2013, 00:30
To override AWC CSS codes, you need to add ' !important ' to the lines:

Code:
[panda=css]
.chatbox_row_1 {
  padding: 4px;
  background-color: transparent!important;
}
.chatbox_row_2 {
  padding: 4px;
  background-color: transparent!important;
}

Samantha