• My style.css is in the folder as index.php and header.php

    I tried:

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/reset.css" type="text/css">
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>"  type="text/css">
    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>" type="text/css">
    <link rel="stylesheet" href="style.css" type="text/css">

    but my css won’t load

    Thank you for response

  • The topic ‘CSS won't load’ is closed to new replies.