Header color

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #783
    tirano
    Member

    Hello, i need some help please.

    I want to change the color of the header, when I change the theme option in Background for Header Area is part of the header in another color, How do I change this part uniformly entire header? See the picture attached (link)

    http://www.renovoestetica.com.br/wp-content/uploads/2013/05/header.png

    thank you

    #784
    livemesh
    Keymaster

    This is a bug in the code that got introduced with a small design change. Pls make a small change in the code in the file [theme directory]/framework/extensions/stylizer.php –

    Around line number 378, you should find

    $output .= "\n" . '#header-area {';

    Replace that with –

    $output .= "\n" . '#header-area-wrap {';

    This change will be part of the next update and hence no need to redo this after next update.

    Pls make sure you set the appropriate sized image and do not repeat – 1920px min width is preferred unless you are ok with an appropriate background color appearing on either side. Thanks for bringing this to my attention.

    #795
    tirano
    Member

    worked! thank you very much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.