Skip to content

Instantly share code, notes, and snippets.

@podlom
Last active September 22, 2023 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save podlom/ece76f06ab7a971ce62cd0df18bc0a74 to your computer and use it in GitHub Desktop.
Save podlom/ece76f06ab7a971ce62cd0df18bc0a74 to your computer and use it in GitHub Desktop.
Example style.css for a child WordPress CMS theme
/**
* Theme Name: landing-pagency Child
* Theme URI: https://wordpress.org/themes/landing-pagency/
* Description: landing-pagency Child Theme
* Author: Taras Shkodenko
* Author URI: https://m.shkodenko.com/
* Template: landing-pagency
* Version: 0.0.1
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
* Text Domain: penscratch-2-wpcom
*/
@import url("../landing-pagency/style.css");
/* Your overrided CSS rules goes below... */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment