Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1318 Lượt xem

Hi there, the text font size of the Livechat window is too small for our website and for mobile.  How may I increase the font size?


Jingbo

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello Jingbo Wu,


I have checked for the version 16 and here are my findings.

You can customize the font size of Live Chat by overriding the SCSS class as shown in the example below and adding your SCSS file to the asset bundles 'web.assets_frontend' and 'im_livechat.external_lib'.

Please find code in comment. 

Thanks & Regards,
Email:   odoo@aktivsoftware.com 

Skype: kalpeshmaheshwari

Ảnh đại diện
Huỷ bỏ

Please find code example here :-

EX:
.o_thread_message {
@extend .o_thread_message;
font-size: {FONT SIZE};
.o_thread_message_sidebar {
@extend .o_thread_message_sidebar;
margin-top: auto !important;
margin-bottom: auto !important;
}
}