"Header Extra Content" not propagating from Page Types
Permalink
I'm trying to load a special css file into all pages of a certain page type by adding it in "Header Extra Content" on that page type's default. But though it's working for the page type itself, the HTML doesn't show the link to the css file on any of the actual pages.
If I were editing a block I could check "Set Up on Child Pages," but there's no such thing under "Page Properties." So how do I get each page of this page type to express the header content, without having to enter it separately on each page?
If I were editing a block I could check "Set Up on Child Pages," but there's no such thing under "Page Properties." So how do I get each page of this page type to express the header content, without having to enter it separately on each page?
It's also possible that your theme uses header.php and footer.php files located in the 'elements' folder of your theme. You can add the code to call the css in the header.php file.