Where Did the WordPress Customizer Go? (And How to Find It)
You followed a tutorial that said “go to Appearance > Customize” – and the link isn’t there. I’ve been in that exact spot, staring at the Appearance menu wondering if I accidentally broke something. You didn’t. WordPress moved things around, and it catches people off guard all the time.
If you’re using a block theme like Twenty Twenty-Four, the Customizer is hidden on purpose. WordPress replaced it with something called the Site Editor. Here’s where everything went and how to get it back when you need it.
Why Is the WordPress Customizer Missing?
Starting with WordPress 5.9, WordPress introduced Full Site Editing (FSE) and a brand new tool called the Site Editor. Block themes – like WordPress’s own Twenty Twenty-Four – use the Site Editor instead of the Customizer. So when you activate a block theme, WordPress hides the Customizer link from your menu. This shift is part of the bigger Classic Editor vs Gutenberg story that’s been playing out since 2018.

But here’s the important part: the Customizer isn’t gone from WordPress itself. It’s just hidden because block themes don’t need it. “Hybrid” themes like Kadence, Astra, and GeneratePress still rely heavily on the Customizer for their header builders, footer builders, color settings, and font controls.
If you’re using one of those themes, the Customizer link should still be right there under Appearance > Customize.
The confusion usually starts when someone switches from a hybrid theme like Kadence to a block theme like Twenty Twenty-Four. One day the link is there, the next day it’s gone. That’s exactly what happened to me when I was testing themes – and it took me a solid 10 minutes of Googling to figure out what was going on.
Where Did Everything Move?
The good news is that every feature from the Customizer still exists somewhere in the Site Editor. The bad news is that nothing is in the same place. Here’s a quick map of where to find things.
Menus
Your navigation menus moved to Appearance > Editor > Navigation. The menu editing experience is completely different now – you build menus with blocks instead of the old drag-and-drop interface. It takes some getting used to, but it’s actually more flexible once you learn it.
Colors and Fonts
These are now at Appearance > Editor > Styles. Click the Styles panel (the half-moon icon) and you’ll see options for colors, typography, spacing, and layout. The controls are more visual than the old Customizer dropdowns.

Additional CSS
This one is buried. Go to Appearance > Editor > Styles, click the Edit Styles pencil icon, then click the three-dot menu in the top right corner, and select Additional CSS. It works exactly the same as before – paste your CSS snippet and it applies site-wide. WordPress just hid it behind 3 extra clicks.

Widgets
Widgets don’t have their own page anymore. In block themes, sidebars and widget areas are replaced by template parts that you edit with blocks directly in the Site Editor. If your block theme has a sidebar, you’d edit it by going to Appearance > Editor > Template Parts and modifying the sidebar template.
How Do I Access the WordPress Customizer in 2026?
Here’s the shortcut that solves this immediately. Just type this URL directly into your browser:
yoursite.com/wp-admin/customize.php
Replace yoursite.com with your actual domain. This forces the Customizer open even on block themes. WordPress doesn’t delete the Customizer when you switch to a block theme – it just hides the menu link. The direct URL still works.

I bookmarked this URL on 2 of my test sites. It’s faster than digging through the Site Editor when I just need to paste a quick CSS snippet.
One thing to know: when you open the Customizer on a block theme, some sections might be empty or limited. That’s because block themes handle those settings through the Site Editor instead. But the Additional CSS section still works perfectly through this URL, which is the main reason most people need the Customizer in the first place.
Which Themes Still Use the Customizer?
Not all themes are block themes. In fact, most of the popular third-party themes still use the Customizer as their main settings hub.
| Theme | Uses Customizer? | Notes |
|---|---|---|
| Kadence | Yes | Full header builder, footer builder, colors, fonts, layout |
| Astra | Yes | Similar setup – Customizer-heavy with lots of options |
| GeneratePress | Yes | Customizer for layout, typography, and color controls |
| Twenty Twenty-Four | No | Site Editor only |
| Twenty Twenty-Five | No | Site Editor only |
If you switched from Kadence or Astra to a default block theme, that’s almost certainly why the Customizer disappeared. And if you prefer the Customizer workflow, sticking with a hybrid theme like Kadence is a perfectly valid choice. Kadence gives you a full header builder, footer customization, and sticky header options – all through the Customizer.
If you’re using the Customizer and your changes aren’t sticking, that’s a separate issue – I wrote a fix for Kadence Customizer not saving changes that covers the most common causes.
There’s also a bonus side effect worth knowing about. Certain plugins – like WooCommerce – force the Customizer menu link to reappear even on block themes. So if you install WooCommerce and suddenly see “Customize” under Appearance again, that’s why.
Should You Learn the Site Editor or Stick with the Customizer?
This depends entirely on your situation. Here’s how I think about it.
Stick with the Customizer if:
- You’re already using a hybrid theme like Kadence, Astra, or GeneratePress
- Your site is set up and working the way you want
- You don’t want to relearn how to manage menus, colors, and layouts
Learn the Site Editor if:
- You’re starting a brand new site and want to use a modern block theme
- You like the idea of editing every part of your site with blocks
- You want to design custom page templates without code or page builders (just be careful not to accidentally edit a global template and break your site)
The Customizer isn’t going away anytime soon. Millions of active sites depend on it, and WordPress has committed to keeping it functional. But new features and improvements are going into the Site Editor, not the Customizer. So if you’re building something from scratch, the Site Editor is where things are headed.
And honestly? The Site Editor in 2026 is much better than it was when it first launched. The early versions were rough – slow, buggy, and confusing. But WordPress has put 4+ years of work into it now, and it’s genuinely usable. I still prefer Kadence’s Customizer for header and footer building, but the Site Editor’s Styles panel for colors and fonts is actually quite nice.
Frequently Asked Questions
Where is Additional CSS in block themes?
Go to Appearance > Editor > Styles, click the Edit Styles pencil icon, then click the three-dot menu in the top right and select “Additional CSS.” It works the same as the old Customizer version – you just have to click through 3 more screens to get there. Or skip all of that and go directly to yoursite.com/wp-admin/customize.php – the Additional CSS section still works through the direct URL.
Is the WordPress Customizer deprecated?
Not officially. WordPress still supports the Customizer and it works on every theme that uses it. Block themes hide the menu link, but the Customizer itself is fully functional. WordPress hasn’t announced any plans to remove it – with 5+ million sites using the Classic Editor plugin alone, removing the Customizer would break too many sites.
Can I use both the Customizer and the Site Editor?
It depends on your theme. Hybrid themes like Kadence primarily use the Customizer, so you’d use that for most settings. Block themes use the Site Editor. You can force-open the Customizer on a block theme using the direct URL (/wp-admin/customize.php), but most settings will be handled through the Site Editor. There’s no conflict between them – they just manage different things.
Do I need a plugin to bring back the Customizer?
No. If you’re on a hybrid theme, the Customizer is already there. If you’re on a block theme, use the direct URL trick (/wp-admin/customize.php) to access it. There are plugins that add the Customizer menu link back, but they’re unnecessary. The direct URL does the same thing without adding another plugin to your site.
Why is the Customize option missing in WordPress?
I noticed this happens whenever I activate a new Block Theme like Twenty Twenty-Four. WordPress hides it because they want me using the new Site Editor instead.
How do I enable the Customizer in a block theme?
I usually just type /wp-admin/customize.php at the end of my URL to force it open. Alternatively, installing a plugin like Yoast SEO often brings the menu link back.
Where is the Theme Customizer in WordPress 6.x?
If I’m using a classic theme, it’s right under Appearance > Customize. If it’s gone, I know I’m probably dealing with a Full Site Editing theme.
How to fix WordPress Customizer not showing?
When I know I’m on a classic theme and it’s still missing, I check my plugins. A security plugin is usually blocking my access, or I’m not logged in as an admin.
Wrapping Up
The WordPress Customizer isn’t gone – it’s just hidden when you use a block theme. WordPress replaced it with the Site Editor, which handles menus, colors, fonts, and templates in a completely different way.
Here’s the quick version:
- Using Kadence, Astra, or GeneratePress? The Customizer is still under Appearance > Customize. Nothing changed for you.
- Using a block theme? Your settings moved to Appearance > Editor. Check the Styles panel for colors and fonts, Navigation for menus.
- Just need the Customizer right now? Go to
yoursite.com/wp-admin/customize.phpdirectly. It still works.
Don’t panic if you can’t find it. And don’t install a plugin to bring it back. Either learn where things moved in the Site Editor, or switch to a hybrid theme that still uses the Customizer the way you’re used to. Both are perfectly fine options.