• Resolved wdcalhoun93

    (@wdcalhoun93)


    I recently purchased the premium Enigma theme and I need to be able to change the header color from the blue to white so that the page I’m working on does not look terrible. Is this done through CSS? I can’t seem to find the area to change the header color code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter wdcalhoun93

    (@wdcalhoun93)

    my site is williamdavidcalhoun.com

    Hi

    I found the header color changes in the CSS

    You need to find the color in the Header Section and apply the correct color code there…but make sure its your child theme and not the parent theme :O)

    Edit the below and let me know if you manage to change it.

    body {
    /* padding:0 5px;*/
    font-family: ‘Open Sans’, sans-serif;
    background-color: #fff ;

    @wdcalhoun93: Better if you use this css rules in the custom css settings.

    Impossible to change the head color. that code is correct…

    Where i need to insert ? the css folder that don’t work

    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
    background-color: #000 !important;
    }

    Thanks !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘changing header color’ is closed to new replies.