• Resolved mdsfarook

    (@mdsfarook)


    i want to change the header blue default color to some other color . How to do that also need to change the font color of the header and footer content

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

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Options.

    Now find Custom CSS Editor and add below CSS code into that editor.

    .header_section {
        background-color: COLOR-CODE !important;
    }
    .logo a{
        color: COLOR-CODE !important;
    }
    .enigma_footer_area p {
        color: COLOR-CODE !important;
    }

    Here COLOR-CODE is replaced by your choice.

    Save the changes.

    Thanks.

    Thread Starter mdsfarook

    (@mdsfarook)

    its works thanks i also need to change top bar font colors too . that is email id and mobile number font color

    Hey there,

    Following custom CSS should do the trick:

    .head-contact-info li a {
        color: #000;
    }

    Hope it helps 🙂

    Thread Starter mdsfarook

    (@mdsfarook)

    really thanks its works

    Most welcome.

    Thanks.

    Hi,
    kindly help to change my header color on css code. Im using VOGUE Theme.
    Thank you in advance..
    Migs

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

The topic ‘header color’ is closed to new replies.