Need to Create an new folder in the themes folder as /themes/ THEMENAME- CHILD here are the two files that be added for creating child theme style.css /*! Theme Name: Highend Child // Theme name Theme URI: https://www.hb-themes.com/themes/highend/ // URI Author: HB-Themes Author URI: https://hb-themes.com Description: Premium Responsive Multi-Purpose Theme Child Theme Version: 1.0.0 Template:… Continue reading Creating a child theme in WordPress
Tag: custom theme
Customize extension-related HTML and Sass files
To customize extension-related HTML and Sass files, you must use the override method. This involves placing copies of source HTML and Sass files from your Extras directory into your theme directory and making your customizations there. When you deploy your changes, the theme development tools detect the new files and initiate an override within the… Continue reading Customize extension-related HTML and Sass files
Create a Custom Theme in SCA
There are two ways to create a theme: With the create command: This is the preferred method to create a custom theme. By fetching active theme files: To know more, see Fetch the Active Theme. When you use the create command to create a theme, maintaining and updating it is more efficient. The new theme inherits… Continue reading Create a Custom Theme in SCA