Okay, after wrestling a couple of nights with this problem, I figured out that the problem was that the browser wasn’t loading the new CSS changes…
Check yours first by viewing your CSS IN THE BROWSER!!
This means type in your URL field:
http://www.yoursite.com/wp-content/themes/your_theme/style.css
See if your new styles show up in the browser. IF NOT, THEN YOU NEED TO GET A NEWER HTML EDITOR PROGRAM. I was using MSWord to edit my CSS, which didn’t allow for the browser to see the new changes. I then downloaded TACO HTML for Mac, and the code was updated, and it worked!
Thread Starter
gonger
(@gonger)
that’s what I figured. Thanks.