On demo-coworking theme not able to set the primary color

8 replies · opened Mar 12, 2022

TthepassengeruzMar 12, 2022

demo-coworking theme comes with mixed colors with 'color' and 'primary' colors. I tried to changed the class names but still some of them are being set in css. I would like to set just like in the shown in the demo here here. What properties I need to change?

TthepassengeruzMar 13, 2022

Can someone help me out with this please? if question is not clear, please say so. It came out as this out of box as mixed colors. This needs to be fixed.

SSemicolon WebSTAFFMar 14, 2022

Hello,

Apologies for the Delays in replying.

We have been checking this out but the Color Schemes are consistent except for the #footer Background Color which has a darker tone. Also, the reason why you might be seeing different colors is due to the Local File Systems. It is Highly Recommended to use a Localhost based Server like XAMPP/MAMP or an Online Server so that you do not face any unexpected issues like the Files Systems. This error will automatically disappear on them.

Here are the changes you will need:

  1. In the demo-coworking.html Template simply change the HEX Color in this Code: background-color: #155BBC;.

  2. The Main Theme Color is #267DF4 Change the HEX Color in this Code: css/colors.php?color=267DF4 .

  3. In the demos/coworking/coworking.css File, find the following code:
    [ch_pre type="css"]:root {
    --themecolor: #267DF4;
    --themecolorrgba: 38, 125, 244;
    --font-secondary: 'Domine', serif;
    }[/ch_pre]

and change the --themecolor and --themecolorrgba according to your needs.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

TthepassengeruzApr 6, 2022

Hello again. Checked all the suggested places and made sure it is using the same color. However, I'm still seeing two different colors being mixed. Even after deploying the code, I'm seeing the same bug.

SSemicolon WebSTAFFApr 6, 2022

Hello,

Please provide us with a Live URL pointing out the difference in colors so that we can check this accurately and provide you further assistance. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

SSemicolon WebSTAFFApr 6, 2022

Hello,

We have checked out your Website and the issue is that the colors.php is not executable on your Servers: https://conjoin-3dd3d.web.app/css/colors.php?color=267DF4 which is causing this issue. We recommend using css/colors.css File instead. Simply find the following code in your HTML:
[ch_pre]

  • [/ch_pre]

and replace it with:
[ch_pre]

  • [/ch_pre]

That's it! This will definitely resolve the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

TthepassengeruzApr 6, 2022

Perfect! That did the trick!

SSemicolon WebSTAFFApr 7, 2022

Glad the issues were resolved.

Do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard