Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Adding a link to the footer #88436
    Idis
    Member

    Hello

    I would make the same like towerlexa, and I copied the code in my function.php below this code:

    ———————————————————
    <?php
    /**
    * Child Theme functions and definitions
    *
    */

    /**
    * Loading Parent theme stylesheet
    *
    */
    add_action( ‘wp_enqueue_scripts’, ‘catchresponsive_child_enqueue_styles’ );
    function catchresponsive_child_enqueue_styles() {
    wp_enqueue_style( ‘catchresponsive-parent-style’, get_template_directory_uri() . ‘/style.css’ );
    }
    ———————————————————

    But it doesn’t work.
    I don’t know why, can help me someone?

    Thanks and kind regards

    Idis

Viewing 1 post (of 1 total)