• Hi,

    I’m trying to find a route to edit the exact colouring of the Skin colours. I need a specific purple :/ How do I get in there and change them?

    Sorry to repost this question if it has come up before, I couldn’t find an answer readily.

    Thank you in advance!

Viewing 9 replies - 1 through 9 (of 9 total)
  • You need to edit /inc/css/purple.css, but would suggest changing it in a child theme else you’ll lose any changes on next update.

    You’ll need to mimic the directory structure ie
    customizr

    customizr-child
    style.css
    -inc
    –css
    –purple.css (copy of original)

    Thread Starter cautioustrain

    (@cautioustrain)

    Awesome. Perfect answer.

    Thanks.

    Thread Starter cautioustrain

    (@cautioustrain)

    I’ve tried a few methods on altering that file and none of them are reflected in the site – what am I doing wrong?

    I’ve the child theme set up, including the inc/css/purple.css and I’ve altered some of the colour codes in that css with no response.

    What am I missing? Again, thanks in advance.

    Link to your site please…

    I am sorry. But I am interested in the resolution of this doubt. Hoe did you fixed it?

    I too have the same problem.

    url: https://rhcreditrepair.com.au

    Using the customizr theme.

    Have created /public_html/wp-content/themes/customizr-child/
    style.css
    screenshot.png

    and copied from original theme:
    /public_html/wp-content/themes/customizr-child/inc/css
    green.css

    I’ve then done a find and replace on green.css, replacing all instances of #9db668 with #007931.

    For some reason, the colour change is not reflected in the site. I’ve refreshed, cleared cache etc. Inspect Element still shows #9db668.

    /public_html/wp-content/themes/customizr-child/style.css looks like:

    /*
    Theme Name:     Customizr Child
    Theme URI:
    Description:    Child theme for Customizr
    Author:         Justin
    Author URI:
    Template:       customizr
    Version:        1.0.0
    */
    
    @import url("../customizr/style.css");

    Any idea what I’m missing?

    came here to find the solutions, but still nothing?

    Start your own thread if you need help.

    Try this Snippet first

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to edit the Skin colours?’ is closed to new replies.