Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you confirm that you have used a Child Theme style.css with 11,000 lines of code?

    If so, you appear to have cut&paste the whole of the Czr css code into the child theme which is not what was intended. The core css handles the base css, the child theme is used to make tweaks that are unique to you so that when the core is updated, you don’t lose any customised css. Depending on how complex the changes, that file may contain just 100’s of lines of code ie the deltas from the core file.

    Apologies if I’m mistaken but I’m going off this in the header:

    /*
    Theme Name: customizr-child
    Theme URI: http://vachampion.com/
    Description: This is a custom child theme I have created.
    Author: Amber Dixon
    Author URI: http://vachampion.com/
    Template: customizr
    Version: 0.1
    */
    
    @import url("../customizr/style.css");

    You can remove that @import for a start as not needed.

    If I’m right, you need to clear the file out and then put back the unique elements of customization you’ve made.

    Thread Starter VAChampion

    (@vachampion)

    Thanks for replying. I think you are right. It’s because I wanted to get the colouring customised and thought easy to just cut and paste all. Will go through and take out the unnecessary bits.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Menu Disappeared?’ is closed to new replies.