Justin Near
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Themes and Templates
In reply to: Child theme css not loadingUh, yup. I feel stupid, but thanks a ton!!
Forum: Themes and Templates
In reply to: Child theme css not loadingNot it 🙂 It was copied and pasted, and is the same in both the folder location and in the css – “/wp-content/themes/TeamWETheme-1/style.css”
There are several other style sheets mentioned in the header (though the particular style that I want to change is in the main style.css) – would those be interfering somehow?
<?php if ( is_front_page() || is_404()) { ?> <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/home.css"> <?php } ?> <?php if ( is_front_page() || is_page_template('blog.php') || is_single() || is_404()) { ?> <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/blog.css"> <?php } ?> <?php if ( is_page_template('page-landing.php' || 'page-bio.php' || 'page-progdetail.php' || 'page-wide.php' || 'page-schedule.php') || is_front_page() ) { ?> <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/subpage.css"> <?php } ?> <?php if ( is_page_template('page-schedule.php') ) { ?> <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/schedule.css"> <?php } ?> <?php if ( is_page_template('page-secondary.php') || is_page('contact')) { ?> <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/secondary-pgs.css"> <?php } ?> <?php if ( is_page('store') ) { ?> <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/store.css"> <?php } ?>
Viewing 2 replies - 1 through 2 (of 2 total)