5. CSS for Mobile Skin Archives - Online Group Chat Room Plugin for Websites and Live events https://rumbletalk.com/blog/index.php/knowledge-base/category/5-css-for-mobile-skin/ Embed a social group chat for communities and events. Grow your online audience with the next evolution of HTML chat room. Attach files, Mobile, Audio and Video calls. Tue, 03 Mar 2026 13:11:50 +0000 en-US hourly 1 https://wordpress.org/?v=6.2.2 Customizing the new set of emojis (for beta users) https://rumbletalk.com/blog/index.php/knowledge-base/customizing-the-new-set-of-emojis-for-beta-users/ Mon, 14 Nov 2022 09:00:56 +0000 https://rumbletalk.com/blog/?post_type=epkb_post_type_1&p=14042 Customizing the new set of emojis (for beta users) - online group chat for web site

The post Customizing the new set of emojis (for beta users) appeared first on Online Group Chat Room Plugin for Websites and Live events.

]]>
To customize the new set of emojis, the emoji CSS class name should be changed as follows:

“.smiley-#” to “.smilies-set-a-#” where # is a number

e.g. “.smiley-10” to “.smilies-set-a-10”

“.smiley-#” to “.smilies-set-a-#” where # is a number

e.g. “.smiley-10” to “.smilies-set-a-10”

Here’s an example.

.smilies-set-a-1 {
	width: 48px !important;
	padding-right: 48px;
	background-image: url("https://rumbletalk-images-upload.s3.amazonaws.com/a8ee7ab954f25e717b41e0de157a6057/1665746731-man.png");
	height: 48px;
	background-position: center;
}

.smilies-set-a-2 {
	width: 48px !important;
	padding-right: 48px;
	background-image: url("https://rumbletalk-images-upload.s3.amazonaws.com/a8ee7ab954f25e717b41e0de157a6057/1665746738-woman.png");
	height: 48px;
	background-position: center;
}

.smilies-set-a-3 {
	width: 48pxc !important;
	padding-right: 48px;
	background-image: url("https://rumbletalk-images-upload.s3.amazonaws.com/a8ee7ab954f25e717b41e0de157a6057/1665746744-baby.png");
	height: 48px;
	background-position: center;
}
Default emojis
Customized emojis

These are the CSS codes for changing each emoji for each tab. Each tab has 32 emojis that you can customize. You can refer to this image for the emoji that you want to change.

Smileys (1st tab)

The smileys tab has 3 sets, which are set a, set b, and set c, respectively. Change the codes accordingly to the set you’re using.

Set A
Set B
Set C
.smilies-set-a-1 {
	width: 0px !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/smiley1.png");
	height: 32px;
	background-position: center;
}

.smilies-set-a-2 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/smiley2.png");
	height: 32px;
	background-position: center;
}

.smilies-set-a-3 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/smiley3.png");
	height: 32px;
	background-position: center;
}

Hand gestures and people (2nd tab)

.hand-gestures-and-people-1 {
	width: 0px !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/gestures1.png");
	height: 32px;
	background-position: center;
}

.hand-gestures-and-people-2 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/gestures2.png");
	height: 32px;
	background-position: center;
}

.hand-gestures-and-people-3 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/gestures3.png");
	height: 32px;
	background-position: center;
}

Objects/business (3rd tab)

.objects-business-1 {
	width: 0px !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/objects1.png");
	height: 32px;
	background-position: center;
}

.objects-business-2 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/objects2.png");
	height: 32px;
	background-position: center;
}

.objects-business-3 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/objects3.png");
	height: 32px;
	background-position: center;
}

Food and drinks (4th tab)

.food-and-drinks-1 {
	width: 0px !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/foods1.png");
	height: 32px;
	background-position: center;
}

.food-and-drinks-2 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/foods2.png");
	height: 32px;
	background-position: center;
}

.food-and-drinks-3 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/foods3.png");
	height: 32px;
	background-position: center;
}

Animals and nature (5th tab)

emojis
.animals-and-nature-1 {
	width: 0px !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/animal1.png");
	height: 32px;
	background-position: center;
}

.animals-and-nature-2 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/animal2.png");
	height: 32px;
	background-position: center;
}

.animals-and-nature-3 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/animal3.png");
	height: 32px;
	background-position: center;
}

Social media and numbers (6th tab)

emojis
.social-media-and-numbers-1 {
	width: 0px !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/social1.png");
	height: 32px;
	background-position: center;
}

.social-media-and-numbers-2 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/social2.png");
	height: 32px;
	background-position: center;
}

.social-media-and-numbers-3 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/social3.png");
	height: 32px;
	background-position: center;
}

The post Customizing the new set of emojis (for beta users) appeared first on Online Group Chat Room Plugin for Websites and Live events.

]]>
How to change the “Guest” text button using CSS https://rumbletalk.com/blog/index.php/knowledge-base/how-to-change-the-guest-text-button-using-css/ Tue, 06 Apr 2021 05:45:50 +0000 https://www.rumbletalk.com/blog/?post_type=epkb_post_type_1&p=9625 How to change the "Guest" text button using CSS - online group chat for web site

The post How to change the “Guest” text button using CSS appeared first on Online Group Chat Room Plugin for Websites and Live events.

]]>
You may wonder if you could change the Guest button on the login page of your chat that would fit in your website.

With RumbleTalk’s advanced design feature, you can customize your chat.

  • First, go to your RumbleTalk’s admin panel and click Design.
  • Second, select Visual Design.
in-chat platform
  • Under the General tab, scroll down and click Add CSS for Web Browsers.
group chat

Here comes the fun part. In the CSS editor, copy the code provided below.

#login-guest span {
color: transparent !important;
position: relative;
}
#login-guest span::after {
content: 'Chat With Us!';
position: relative;
color: #fff;
left: -20px;
}

On the content variable, the default value on that is Guest and we changed it to Chat With Us!. However, you can change it to any word that you would like. After that, click the Close button to save the changes.

After clicking the Close button, your admin panel will refresh. You will see the change once you log in on the chat just like this.

guest text button


The post How to change the “Guest” text button using CSS appeared first on Online Group Chat Room Plugin for Websites and Live events.

]]>
Hide users in the user’s list for other users https://rumbletalk.com/blog/index.php/knowledge-base/users-see-only-admin/ Thu, 18 Jun 2020 13:25:36 +0000 https://www.rumbletalk.com/blog/?post_type=epkb_post_type_1&p=8397 Hide users in the user's list for other users - online group chat for web site

The post Hide users in the user’s list for other users appeared first on Online Group Chat Room Plugin for Websites and Live events.

]]>
This CSS will allow logged in user as an admin to see all users and admins in the user’s list.

However, users will only see admins in the user’s list.

body:not(.moderator) #list-frame #list > div:not(.admin) {
  display: none;
}

In this example, the guest “user” is logged in. However, they can only see the admin’s name in the user’s list.

users user's list

For admins, they can still see the user’s list normally.

The post Hide users in the user’s list for other users appeared first on Online Group Chat Room Plugin for Websites and Live events.

]]>
How to show only admins in the users’ list (user list)? https://rumbletalk.com/blog/index.php/knowledge-base/show-only-admins/ Thu, 18 Jun 2020 13:07:06 +0000 https://www.rumbletalk.com/blog/?post_type=epkb_post_type_1&p=8390 How to show only admins in the users' list (user list)? - online group chat for web site

The post How to show only admins in the users’ list (user list)? appeared first on Online Group Chat Room Plugin for Websites and Live events.

]]>
If you do not want to show the user in the users’ list, you can use the next CSS to hide users. Only keep admins visible.

#list-frame #list > div:not(.admin) {
  display: none;
} 
admins users list

To know how to edit web CSS, click this link.

The post How to show only admins in the users’ list (user list)? appeared first on Online Group Chat Room Plugin for Websites and Live events.

]]>
Can you disable the mentions option? https://rumbletalk.com/blog/index.php/knowledge-base/can-you-disable-the-mentions-option/ Sun, 16 Feb 2020 14:08:00 +0000 https://www.rumbletalk.com/blog/?post_type=epkb_post_type_1&p=8027 Can you disable the mentions option? - online group chat for web site

The post Can you disable the mentions option? appeared first on Online Group Chat Room Plugin for Websites and Live events.

]]>
Yes, you can disable the mentions option.

If you do not want to see the mentions option menu when you type @.
Simply use CSS to disable it.

To disable the mentions option, you just need to paste this code on your CSS editor.

.mention-tooltip {
     display: none !important;
 }
disable mentions

The post Can you disable the mentions option? appeared first on Online Group Chat Room Plugin for Websites and Live events.

]]>
How to remove the option remove sound notification? https://rumbletalk.com/blog/index.php/knowledge-base/how-to-remove-the-option-remove-sound-notification/ Sun, 15 Dec 2019 21:27:53 +0000 https://www.rumbletalk.com/blog/?post_type=epkb_post_type_1&p=7607 How to remove the option remove sound notification? - online group chat for web site

The post How to remove the option remove sound notification? appeared first on Online Group Chat Room Plugin for Websites and Live events.

]]>
By default, the sound notification can be changed by any user. To remove the sound notification option, add this code to your chat CSS.

.options-dialog .toggle-sound {   display: none; } 
remove sound notification

Add this CSS code using the admin panel (see how in here for web CSS, here for mobile CSS).

The post How to remove the option remove sound notification? appeared first on Online Group Chat Room Plugin for Websites and Live events.

]]>