I managed it with trial and error: In the header, add a “cover image” block and move it to the top with the little arrow in the toolbar that appears when you selected it. Then click on the text and delete it (three dots / remove). Then add blocks (groups, rows, menus etc) on top until you get the layout you want — see the structure of the existing header as reference…
-
This reply was modified 4 years, 2 months ago by timoelliott.
I *think* you have to add the extra font information in the theme.json file, by editing this section:
“typography”: {
“dropCap”: false,
“fontFamilies”: [
{
“fontFamily”: “-apple-system,BlinkMacSystemFont,\”Segoe UI\”,Roboto,Oxygen-Sans,Ubuntu,Cantarell,\”Helvetica Neue\”,sans-serif”,
“name”: “System Font”,
“slug”: “system-font”
},
{
“fontFamily”: “\”Source Serif Pro\”, serif”,
“name”: “Source Serif Pro”,
“slug”: “source-serif-pro”
}