the widgets’ code is in /wp-includes/default-widgets.php;
however, any edits will be overwritten with the next upgrade of wordpress.
things like text size can be changed in the style.css of the theme.
Thanks a lot, I’ll have a look there. Is it possible to add widgets to a theme?
(?)
Is it possible to add widgets to a theme
there are two possible ways to interprete your question:
1 – when you design a theme, you can take the wordpress function of a widget and hardcode them into a sidebar file – so it looks like a ‘widget’ – in the same way as most themes have a kind of default ‘widgets’ in the sidebars.
2 – when you work with a theme, you can obviously drag widgets into the sidebar, or download and activate plugins to add new widgets to your site.