*

mwindey

  • *****
  • 468 posts
Help needed
« on: June 17, 2021, 01:23:15 PM »
The chat plugin is great But i want the button move to left.....what file please? CSS style. Help me out please
« Last Edit: June 17, 2021, 01:25:00 PM by mwindey »

Marked as best answer by mwindey on June 20, 2021, 05:30:13 PM
*

MB Themes

Re: Help needed
« Reply #1 on: June 18, 2021, 03:00:15 PM »
@mwindey
Try to add this code to your style.css (i.e. theme style):
Code: [Select]
body .oc-chat {left:20px;right:auto;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mwindey

  • *****
  • 468 posts
Re: Help needed
« Reply #2 on: June 20, 2021, 05:32:04 PM »
 8) Cool thanks i didn't know where to look this time .. thank you

*

mwindey

  • *****
  • 468 posts
Re: Help needed
« Reply #3 on: June 20, 2021, 05:52:51 PM »
Can you also guide me please to change the purple color in red?
Also in online chat css but again i don't know where :-)
Sorry for asking but my css skills are lower then yours ;-)
Regards,
Marc

*

MB Themes

Re: Help needed
« Reply #4 on: June 21, 2021, 08:54:34 AM »
@mwindey
You may try this:
Code: [Select]
body .oc-global-head {background:red;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mwindey

  • *****
  • 468 posts
Re: Help needed
« Reply #5 on: June 21, 2021, 10:20:48 AM »
@MB Themes

Again happy :-) works like a charm...
Thank you.