*

Vlad7

  • ****
  • 244 posts
How to customize my company color
« 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

*

MB Themes

Re: How to customize my company color
« Reply #1 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
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Vlad7

  • ****
  • 244 posts
Re: How to customize my company color
« Reply #2 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?

*

MB Themes

Re: How to customize my company color
« Reply #3 on: October 26, 2021, 12:49:42 PM »
@kelembet
Try this: header, footer
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Vlad7

  • ****
  • 244 posts
Re: How to customize my company color
« Reply #4 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

*

MB Themes

Re: How to customize my company color
« Reply #5 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.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots