Osclass Support Forums

Osclass plugin support => Business Profile Plugin => Topic started by: Vlad7 on October 24, 2021, 05:26:36 PM

Title: How to customize my company color
Post by: Vlad7 on October 24, 2021, 05:26:36 PM
I paste the code #94E4F4 into the line but the color is not shown anywhere. Tell me how to properly set up the corporate color of the company
Title: Re: How to customize my company color
Post by: MB Themes on October 25, 2021, 08:46:16 AM
@kelembet
You should adjust css selector as well.

Quote
Company can choose brand color. Enter css selectors on those will be applied background color of company. These must be valid CSS selectors. Example: #header-bar,#footer-partner,#footer,#top-bar,#footer-contact,#header

https://plugins2.abprofitrade.eu/oc-admin/index.php?page=plugins&action=renderplugin&file=business_profile/admin/configure.php
Title: Re: How to customize my company color
Post by: Vlad7 on October 26, 2021, 10:20:39 AM
@kelembet
You should adjust css selector as well.

Quote
Company can choose brand color. Enter css selectors on those will be applied background color of company. These must be valid CSS selectors. Example: #header-bar,#footer-partner,#footer,#top-bar,#footer-contact,#header

https://plugins2.abprofitrade.eu/oc-admin/index.php?page=plugins&action=renderplugin&file=business_profile/admin/configure.php

I am using gamma themeThe plugin settings are by default: # header-bar, # footer-partner, # footer, # top-bar, # footer-contact, # header. What else do you need to write in style.css files?
Title: Re: How to customize my company color
Post by: MB Themes on October 26, 2021, 12:49:42 PM
@kelembet
Try this: header, footer
Title: Re: How to customize my company color
Post by: Vlad7 on October 26, 2021, 02:27:39 PM
@kelembet
Try this: header, footer

Thanks, now I get it. I just need to enter without the # character
Title: Re: How to customize my company color
Post by: MB Themes on October 26, 2021, 03:40:15 PM
@kelembet
Yes for gamma theme, as gamma theme does not use <div id="header"> but it use <header> instead.
Same with footer.