Thank you for your answer. I’m afraid I don’t know much about editing media queries. I found this code in style.css. Shouldn’t what I put in my child theme’s style.css-file override this?
.site-header h1,
.site-header h2 {
text-align: left;
}
I also found this under “basic structure”, but I still feel uncertain as to why styling H1 and H2 elements in the title class won’t work.
body {
font-size: 14px;
font-size: 1rem;
font-family: Helvetica, Arial, sans-serif;
text-rendering: optimizeLegibility;
color: #444;
}
body.custom-font-enabled {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}