• Resolved BradVotava3

    (@bradvotava3)


    alyeska theme
    My site suddenly stopped reading all my custom CSS. No explanation. Using a child theme. Tried switching to twenty ten theme. Everything worked fine, and was able to make custom changes. As soon as I switched back to alyeska theme, couldn’t make any stylistic changes. Tried not using the child theme. Still wouldn’t work. Even tried making style changes to the theme’s style sheet. It wouldn’t read my changes. Tried deactivating all plugins. Still didn’t work. Tried deleting my theme and reloading a fresh copy. Still doesn’t work. Have built lots of WordPress sites, and never have seen this happen before.

    Could you please give me some suggestions?

    Here’s the link.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Seems to be missing the @import line here:

    /*
    Theme Name: VintageVettes Child Theme
    Description: Child theme for the Theme Blvd framework
    Author: Brad Votava
    Template: alyeska
    */
    /* Add your custom CSS here. */

    Have you validated the site for relevant errors?

    Have you asked the theme developers about this?

    Thread Starter BradVotava3

    (@bradvotava3)

    Finally found a solution. Just in case anyone else comes across this problem, here’s the simple solution I discovered.

    Have always understood that spaces, etc., in css don’t make much much difference. In this case, the CSS only worked when formatted in the following manner.
    .products.price {
    display: none !important;
    }

    This is how I had my css written. Shouldn’t make any difference right? But my site wouldn’t read any of my css at all when formatted in the following manner.
    .products.price {display: none !important;}

    Hope this helps someone else!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Style Sheets Not Working’ is closed to new replies.