Changing theme colour

3 replies · opened Jun 22, 2023

IIMA-EMJun 22, 2023

Hi there,

I need to change the general theme colour, but I can't find the right CSS file to update. My site is here: https://hurricaneventures.co.uk/oyster/index.asp

I was hoping it would be as easy as updating the "cnvs-themecolor" but I can only find that in CSS files that aren't linked to my site!!! I suspect it's the SASS directory?

Also, do you know if there's any easy way to remove all the files in the tempate I don't need? Once I've finished the website I'd like to remove all the unnecessary files.

Thanks in advnace!

Matthew

SSemicolon WebSTAFFJun 22, 2023

Hello,

  1. Simply add the following code in the .css File:
    [ch_pre type="css"]:root {
    --cnvs-themecolor: #83b341;
    --cnvs-themecolor-rgb: 131, 179, 65;
    }[/ch_pre]

You can change the HEX and RGB Colors as you please. You can find the Documentations related to this here: https://docs.semicolonweb.com/docs/getting-started/color-schemes/ .

  1. We provide a Package Generator: https://docs.semicolonweb.com/docs/getting-started/installation/#docs-snippet-package-generator that generates a Custom Package based on the HTML Files you choose for your Project, removing all the unnecessary Files. We recommend generating a Package first, and then use the Main Package (downloaded from ThemeForest) to add/modify codes based on your needs.

Hope this Helps!

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

IIMA-EMJun 22, 2023

Brilliant, thanks for your help!

Great theme, great service!

SSemicolon WebSTAFFJun 22, 2023

Thank You so much for the Kind Words! :) Very Happy to Help!

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