The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Removing the Pop-Up chat?

3 posters

Go down

Solved Removing the Pop-Up chat?

Post by Jellydonut March 26th 2012, 12:13 am

How to I take away the pop up chatbox and make it the normal one again? I'm guessing I have to remove some CSS coding, but I'm afraid I'll mess it up if I experiment around.


Last edited by Jellydonut on March 26th 2012, 1:41 am; edited 1 time in total
Jellydonut
Jellydonut
Forumember

Female Posts : 572
Reputation : 27
Language : English
Location : Illinois

http://www.googlesclub.forumotion.com

Back to top Go down

Solved Re: Removing the Pop-Up chat?

Post by Mike March 26th 2012, 12:35 am

What pop up chatbox are you currently using?
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: Removing the Pop-Up chat?

Post by Jellydonut March 26th 2012, 12:46 am

Drogba921 wrote:What pop up chatbox are you currently using?

pbh2?
FMv3.4.1
Jellydonut
Jellydonut
Forumember

Female Posts : 572
Reputation : 27
Language : English
Location : Illinois

http://www.googlesclub.forumotion.com

Back to top Go down

Solved Re: Removing the Pop-Up chat?

Post by Mike March 26th 2012, 1:04 am

Remove the widget that you installed, and then remove this from css:
Code:
/*FMChat Design*/
.chatbase { /*This can be edited to your liking - (the button)*/
  position: fixed;
  bottom: 2px;
  right: 15px;
  background: #56A0D3;
  border: 2px solid #7BB92B;
  width: 75px;
  height: 20px;
  border-radius: 5px;
  text-align: center !important;
  cursor: pointer;
  color: #ffffff;
}

.chatbase:hover { /*This can be edited to your liking - (hovering over the button)*/
  border-color: #D30C3F;
  color: #000000;
}

#chat { /*This can be edited to your liking - (box surrounding the chatbox)*/
  border: 2px solid #7BB92B;
  width: 65%;
  position: fixed;
  right: 15px;
  bottom: 27px;
  height: 50%;
  border-radius: 5px;
}
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: Removing the Pop-Up chat?

Post by Jellydonut March 26th 2012, 1:41 am

Thank you!
Jellydonut
Jellydonut
Forumember

Female Posts : 572
Reputation : 27
Language : English
Location : Illinois

http://www.googlesclub.forumotion.com

Back to top Go down

Solved Re: Removing the Pop-Up chat?

Post by SLGray March 26th 2012, 1:44 am

Topic Solved & Locked




Removing the Pop-Up chat? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum