• Resolved accend4web

    (@accend4web)


    I have added the plugin and below are the code that exists in the child folder for my theme holding the function.php and style.css files.

    Why I have added that particular page as the link is because there a class that has been added to the page itself and its .facilitiesImageWrapper, and have added some code to the child style sheet and when I continually refresh the page that new style that I have added doesnt appear in inspector, and obviously isnt doing its job to style the page elements.

    This is starting to happen to me quite abit now, so if I can get this to work I would be very grateful and can carry on developing, as there nothing worse at the moment than doing work and not being able to see your work.

    /themes/dentalia-child-theme/function.php

    function twentytwenty_styles() {
    	wp_enqueue_style( 'parent', get_template_directory_uri() . '/style.css' );
    }
    add_action( 'wp_enqueue_scripts', 'twentytwenty_styles');

    /themes/dentalia-child-theme/style.css

    /*
    Theme Name: Dentalia child theme
    Theme URI: https://orionthemes.com/dentalia
    Description: Dentalia child theme
    Author: OrionThemes.com
    Author URI: https://orionthemes.com
    Template: dentalia
    Version: 1.1.0
    License: GNU General Public License v2 or later
    License URI: https://www.gnu.org/licenses/gpl-2.0.html
    Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    Text Domain: dentalia-child-theme
    */

    • This topic was modified 4 years, 4 months ago by accend4web.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Still seeing old css after continually updating’ is closed to new replies.