hello babramitabh,
refer:- Child_Themes
The code for convac-lite-child >> style.css
/*
Theme Name: Convac Lite Child
Theme URI: https://www.sketchthemes.com/themes/convac-responsive-multi-author-blogging-theme/
Description: Convac Lite Child Theme
Author: SketchThemes
Author URI: https://www.sketchthemes.com
Template: convac-lite
Version: 1.0.5
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, gray, orange, pink, purple, dark, light, two-columns, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: convac-lite-child
*/
The code for convac-lite-child >> functions.php
<?php
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}
mark ticket as resolved if you get the solution. So that others can find this helpful.
Have a nice day!!!