How do you change Font Size in Private Chat?
How do you change Font Size in Private Chat?
You use CSS to pinpoint private chat div for example:
div.quick-chat-container-private {
font-size: 12px;
}
and place this inside file named quick-chat.css inside your theme folder.
That did it!
Thanks, Best Regards
You must log in to post.