Skip to content

Instantly share code, notes, and snippets.

@NaszvadiG
Forked from josanua/theme-helper.css
Created January 25, 2024 23:54
Show Gist options
  • Save NaszvadiG/4ca09b92d441b95c817060aeca30ce83 to your computer and use it in GitHub Desktop.
Save NaszvadiG/4ca09b92d441b95c817060aeca30ce83 to your computer and use it in GitHub Desktop.
Theme Helper CSS
/*
Theme Name (*): Name of the theme.
Theme URI: The URL of a public web page where users can find more information about the theme.
Author (*): The name of the individual or organization who developed the theme. Using the Theme Author’s wordpress.org username is recommended.
Author URI: The URL of the authoring individual or organization.
Description (*): A short description of the theme.
Version (*): The version, written in X.X or X.X.X format.
License (*): The license of the theme.
License URI (*): The URL of the theme license.
Text Domain (*): The string used for textdomain for translation.
Tags: Words or phrases that allow users to find the theme using the tag filter. A full list of tags is in the Theme Review Handbook.
Domain Path: Used so that WordPress knows where to find the translation when the theme is disabled. Defaults to /languages.
*/
/* Style.css for a Child Theme */
/*
Theme Name: My Child Theme
Template: Twenty Seventeen
*/
/* For normal view header of theme then loged in dashboard */
.logged-in .navbar-fixed-top{
top: 32px;
}
/* Change background images for WP needs */
url('../img/tile.jpg') to -> url('/wp-content/themes/themeName/assets/img/tile.jpg');
or to -> url('../themeName/assets/img/tile.jpg')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment