Modifying responsive heading sizes
-
The responsive layout code for adjusting the size of the h1 and h2 headlines on a wide screen is:
@media only screen and (min-width: 768px), all .entry-title, .not-found .page-title, .error-404 .page-title, .has-larger-font-size, h2 { font-size: 2.25em; }
I can change this to 1.25em in INSPECT ELEMENT in the browser, it works as expected.
However, if I copy the code into the additional CSS editor, it breaks. I get an error on the h2 part.
I like to work this way to perfect the look before moving everything into a child theme css file.
What am I doing wrong here?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Modifying responsive heading sizes’ is closed to new replies.