• Resolved Karl J Samuel

    (@karljsamuel)


    I want to change the colour of my website to something else. Please help me with custom css code for Enigma theme to change the colour of entire website.
    New colour theme : #00661D

Viewing 1 replies (of 1 total)
  • Hello Karl J Samuel,

    Go to enigma theme directory -> css folder -> open default.css file and replace color code #31A3DD with #00661D and save the file.

    Now go to Dashboard -> Appearance -> Customizer -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save –

    .carousel-list li {
        background: rgba(1, 103, 30, 0.6);
    }
    .enigma_service_detail h3 a {
        color: #01671e;
    }

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Change Theme Colour using Custom CSS’ is closed to new replies.