Reply 38759 to: Adding link to registration page

Avatar: Eva
Eva Kemp
Support staff
February 2, 2015 at 12:20

Hello,

You need use style.css file.
Please add this code to functions.php file of your child theme:

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

Thank you.
Regards,
Eva Kemp.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.