badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Social Media Logo/Link on page

#17540

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!