October 15, 2014 at 8:42 am
#17540
Theme Horse Support Team
Keymaster
Hi Grafixer,
Yes exactly i think you have done it correct but some thing may be missing there. Just import use it once
/*
Theme Name: clean retina Child
Theme URI: https://www.themehorse.com/clean-retina
Description: clean retina Child Theme
Author: Theme Horse
Author URI: https://www.themehorse.com
Template: Clean retina child
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: clean-retina-child
*/
@import url(“../clean-retina-pro/style.css”);
/* =Theme customization starts here
-------------------------------------------------------------- */
and remove this
`<?php
add_action( ‘wp_enqueue_scripts’, ‘enqueue_child_theme_styles’, PHP_INT_MAX);
function enqueue_child_theme_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ );
wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array(‘parent-style’) );
}`
Hope this may help you.
Thank you!