Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #395008

    Hi all
    Wondering if anyone can tell me why the Quick CSS has stopped working on my sites.
    As a simple example (site url marked as private):
    #footer .widgettitle {
    color: #ff9900;
    }
    This has been on this site for quite a while (usually in #ffffff and I’ve made it appear orange so that I can see if the Quick CSS is running).
    If I use the code in Custom CSS it runs fine.
    I can also change the code with Inspector and Firebug, just not with Quick CSS.
    There’s obviously a lot more code and across a lot more sites that have all stopped working.

    Any ideas?

    Best regards
    Jeff

    #395021

    Hi Jeff!

    You have following codes in Quick CSS

    #footer .widgettitle {
    color: #eeeeee;
    }
    #footer .widgettitle {
    color: #C16785;
    }

    currently first one is being applied. If you would like to override them, please remove them or add new style with !important rule as following

    #footer .widgettitle {
    color: #ff9900 !important;
    }

    Cheers!
    Yigit

    #395038

    Hi Yigit
    Thanks for the speedy response.
    Very strange and now I’m really stuck.
    Below is the complete Quick CSS code from the panel and it only shows the single #footer .widgettitle code.

    .wpcf7-text { width:100% !important; }
    .wpcf7-select { width:100% !important; }

    #footer .widgettitle {
    color: #ff9900;
    }

    #footer .news-headline {
    color: #eeeeee;
    }
    #footer .news-time {
    clear: both;
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #eeeeee;
    }

    Is there a way of clearing or flushing out the old Quick CSS and putting fresh code in, where can I find the Quick CSS file?

    Best regards
    Jeff

    #395106

    Hi again Yigit
    I see that Rikard is dealing with an exact same query (#394385) so I’ll keep my eye on his response too.

    I’ve been looking into it and I can see via ftp that any changes I make in Quick CSS are not being sent to the enfold.css in dynamic_avia in uploads, both of which folders have full write access.

    Thought I’d share that, but still no solution.

    Thanks
    Jeff

    #395359

    And again.
    Now it appears that I can’t change any of the Theme styles, not even the colour of the socket !!!

    #395610

    Hi!

    Thank you for the info.

    Please delete the enfold.css file inside the wp-content > uploads > dynamic_avia folder then toggle any theme options. Save changes. This should regenerate the enfold.css file with the new settings and css markup.

    Cheers!
    Ismael

    #395674

    Thanks Ismael
    That did the trick and kicked it all back into action.
    It reset all the footer widgets to default but that’s a small price to pay to get the CSS working.

    Thanks to you all for your help, brilliant as usual.

    Thanks
    Jeff

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Quick CSS not running’ is closed to new replies.