Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi @robertfudge – to hide the default colour palette there are two steps:

    1. Create a child theme. I suggest using the Create Block Theme plugin for this.
    2. After creating your child theme, open up the child theme’s theme.json file in a code editor and replace its contents with this code to deactivate the default colour palette:
    {
    	"version": 2,
    	"$schema": "https://schemas.wp.org/wp/6.1/theme.json",
    
    	"settings": {
    		"color": {
    			"defaultPalette": false
    		}
    	}
    }

    Let me know how it goes.

    Thread Starter robertFudge

    (@robertfudge)

    Thank you so much. ??

    Moderator Kathryn Presner

    (@zoonini)

    You’re very welcome! I’ll mark this as resolved but feel free to start a new thread if you have other questions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide/Remove core WP colour pallet in the block editor’ is closed to new replies.