• Hello all,

    I love the enigma theme but this time I have a couple of issues:

    1 – When I click on the contact page the blue color of the original template appear. See by yourself: https://lewebfute.ch/contacte/
    I used the orbisius child theme creator as my style.css file was not working.

    2 – There are no heavy stuff in it but the website feels heaving and slow.
    Globally the surfing is not good as it should.

    Thank you for your suggestions.

    Cerise

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Please provide the screen-shot and explain in detail.

    Thanks

    Thread Starter cerises

    (@cerises)

    It only last 2 seconds if you click from one page to another one you will see that the blue color comes back in the header. Basically the colors from the original theme comes back.

    Hi,

    Ok, Go to your core theme directory >> css >> default.css.

    Now open it in any text editor.

    Now find the below css rules:

    .header_section{
    background-color:#31A3DD;
    color:#fff;
    }

    Now replace with this.

    .header_section{
    background-color:#ffffff;
    color:#fff;
    }

    Save the changes.

    Thanks

    Thread Starter cerises

    (@cerises)

    It did not work and it only does that to the last 2 pages of the menu bar: qui je suis? and contact pages. Any idea?

    Thank you

    Hi,

    Ok, Go to your core theme directory again >> css >> default.css.

    Now open it in any text editor.

    Now find the below css rules:

    .header_section{
    background-color:#31A3DD;
    color:#fff;
    }

    Now replace with this.

    .header_section{
    background-color:#ffffff !important;
    color:#fff !important;
    }

    Save the changes.

    Thanks

    Thread Starter cerises

    (@cerises)

    Hi and thank you for your time, I replaced it and still the blue background appear.

    Anymore clue?

    ??

    Hi,

    Its working well for me.

    Yet we look it.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Color of the template re-appearing & slowliness’ is closed to new replies.