Support » Developing with WordPress » text is white, won’t load my style.css sheet

  • Resolved maheenie

    (@maheenie)


    I’m just trying to load my stylesheet as I edit my site on a local server. For some reason, it won’t load, and my text is white. When I view the source and disable style.min.css (which seems to have white text) my stylesheet that I wrote is loaded instead and the body text is back to normal. I tried clearing my cache, loading the site (on local server) in different browsers, downloading tinymce, disabling all plugins, pretty much almost everything that I can do. I just want to make a website for a client. I just want to use my own stylesheet. Please help. Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you look to see what is being loaded in functions.php with the function wp_enqueue_style?

    Moderator bcworkz

    (@bcworkz)

    The .min. version doesn’t compile itself, it needs to be compiled using a minifier tool. If you don’t have a lot of CSS changes, place your overriding rules in the Additional CSS customizer section and keep using the original unchanged .min. version.

    Thread Starter maheenie

    (@maheenie)

    nice, thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘text is white, won’t load my style.css sheet’ is closed to new replies.