This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Enqueue the JS file. | |
* | |
* @since 1.0.0 | |
* | |
* @return void | |
*/ | |
function clientname_styles_and_scripts() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CSS for different templates, some examples below */ | |
.post-type-page.sky-full-width .editor-styles-wrapper { | |
padding-bottom: var(--wp--preset--spacing--80); | |
background-color: var(--wp--preset--color--sky); | |
background-image: url("../images/[email protected]"); | |
background-size: 300px 300px; | |
} | |
.post-type-page:not(.default-page-template) .editor-styles-wrapper .nt-page__content-wrap { |
OlderNewer