Can I change the WordPress default color?

You’re in the wrong area… …those are background colours for the theme, what you’re looking for is the Additional CSS at the bottom of the customizer. (Screenshots below.) In the Additional CSS you’ll have a text area where you can put your own CSS, use this: body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > … Read more

What is the “pub” theme? [closed]

There is no pub theme, that’s a quirk of how WordPress.com the premium 3rd party service ran by Automattic is internally structured. It’s non-standard. To be more specific WP.com doesn’t use the normal theme folder structure, and instead of searching wp-content/themes for theme folders, it searches wp-content/themes/pub and several others for themes, but mostly pub. … Read more

The Cost of Installing Custom Themes

This is because WordPress.com is unique in this regard. If you purchase hosting and install WordPress on that host, you can then put a theme or plugins in the relevant folders, hundreds of themes, or even put a completely different application in WordPress’ place if you chose to. This is what’s called a self hosted … Read more

How to create a new copy of a theme currently being used?

I assume you do have full access to admin? Several options I came up with without much thinking: Make an archive with modified copy of theme, install it through file upload. Obviously this is easier if you have copy of theme, otherwise you might have to build it file by file from sources accessible in … Read more