New Landing How can we help? Themeforest Theme Support Flexform Site not loading main css file (custom css still works)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #182848
    Bitedge
    Member
    Post count: 345

    Hi guys,

    For some reason my website just stopped loading

    Bitcoin Betting Guide / wp-content / themes / flexform-child / style.css

    The “main” css file for the website http://bitcoin-betting-guide.com/

    I have temporarily hacked the site back almost to normal by pasting the content of that css file into the theme’s custom css field and most, but not all, of that is working.

    The system admins local version is still calling on and loading the file correctly but he does not know WP to be able to diagnose this…

    How can I get the site to call on and loade the main css file?

    Thanks

    #182864
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your child theme’s style.css file:

    @import url("../flexform/style.css");

    – Kyle

    #183068
    Bitedge
    Member
    Post count: 345

    That worked thanks, What’s going on though? Because until yesterday it was working without that line.

    Cheers

    #183092
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Not sure why it would have been working before, but that line is needed in a child theme to load the parent theme css file

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.