• Resolved jaymak1

    (@jaymak1)


    I wish to change the background colour of the header area and the footer area…can you please share the custom code which we can add.

    Thanks a lot for providing assistance on one on one basis.

    – Jay

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • weblizar_support

    (@weblizar_support)

    Hello,

    Please put the below CSS code in custom CSS box and save the changes.

    1) For changing header background-color –

    .header_section {
        background-color: #3198bd;
    }

    2) For changing footer background-color

    This code for changing footer callout background-color –

    .enigma_footer_area {
        background: #3198bd;
    }

    This code for changing footer widget background-color –

    .enigma_footer_widget_area {
        background: #345e4f;
    }

    You can change the color as per choice.
    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Code to change Header area and Footer Area.’ is closed to new replies.