You get what your theme provides initially.
Not all themes are equal in terms of ‘easy’ customization, some have tons of features and some have not many.
What you dont say is whether you are using the newer ‘Full site editing’ themes or one of the much more abundant ‘legacy themes’.
ALL themes are ultimately customizable by ‘software’ – most notably CSS.
Although the technical approach will vary between legacy theme and fullsite editor theme.
-
This reply was modified 2 years, 7 months ago by
Alan Fuller.
Hey Alan,
Thanks for the response. I am looking at a few different themes right now. How would I know if it is a new theme or a legacy theme?
Discerning the difference sadly isn’t that obvious. Typically block based themes will mention blocks or full site editing in their description or tags. The sure way to know is to browse the theme’s code from links at the bottom of the right sidebar of each theme’s info page (for WP repository listings only). Look at its template files. Block theme templates are all .html type. Classic/legacy theme templates are all .php type.
Customizing a theme is best done through the tools offered, but if your need goes beyond that, custom CSS is the easiest next step. All themes have an Additional CSS section where you can add custom CSS. It’s in the theme’s style book for block themes and in the customizer for classic themes.