Additional css and style.css – not loading in editor
-
Hi,
when i put css ind the additional css field in the theme editor the styling shows ind the post editor and in the front end.
But when i put it in the style.css in the child theme folder, the styling only shows in the frontend, not in the post editor?
I’m trying to get the different font-sizes to look like my headings, and I can’t put this in the theme.json file?
.has-xxxxx-large-font-size { line-height: 1.15; font-family: "Roboto Slab"; font-weight: 500; } .has-xxxx-large-font-size, .has-xxx-large-font-size, .has-xx-large-font-size, .has-x-large-font-size, .has-large-font-size { line-height: 1.2; font-family: "Roboto Slab"; font-weight: 500; }
As you can see in the images, all looks find in the frontend, but not in the editor in the backend
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Additional css and style.css – not loading in editor’ is closed to new replies.