Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Kadence theme child

Home / Forums / Kadence Theme / Kadence theme child

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme
November 6, 2020 at 1:50 pm

Hola acabo de crear mi tema hijo manualmente creando la carpeta theme-child y dentro de ella el archivo functions.php y el style.css sin embargo al elegir mi tema hijo no toma las modificaciones del estilo css.

este es mi archivo functions.php

add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’,get_template_directory_uri() . ‘/style.css’ );
}

  • The forum ‘Kadence Theme’ is closed to new topics and replies.