Support Forums - Classified Ads Script Osclass

Osclass plugin support => Online Chat Plugin => Topic started by: mwindey on June 17, 2021, 01:23:15 PM

Title: Help needed
Post by: mwindey 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
Title: Re: Help needed
Post by: MB Themes 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;}
Title: Re: Help needed
Post by: mwindey on June 20, 2021, 05:32:04 PM
 8) Cool thanks i didn't know where to look this time .. thank you
Title: Re: Help needed
Post by: mwindey 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
Title: Re: Help needed
Post by: MB Themes on June 21, 2021, 08:54:34 AM
@mwindey
You may try this:
Code: [Select]
body .oc-global-head {background:red;}
Title: Re: Help needed
Post by: mwindey on June 21, 2021, 10:20:48 AM
@MB Themes

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