Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • porsche911 Friend
    #149241

    Hello

    How do I change the background color of the header?

    Thx in advance

    histeriks Friend
    #335005

    porsche911;167883Hello

    How do I change the background color of the header?

    Thx in advance

    Hi porsche911,

    open your template.css file, located in the css folder of your template, and on line 771 find this code:

    #ja-header {
    line-height: normal;
    position: relative;
    padding: 20px 0 0;
    z-index: 999;
    }

    insert background-color tag so that it looks somehing like this:

    #ja-header {
    line-height: normal;
    position: relative;
    padding: 20px 0 0;
    z-index: 999;
    background-color: #333333; <— change the color according to your needs
    }

    You will off course also have to change the image search-bg.gif which is located behind the search module, located in /templates/ja_rutile/images/orange/ or the subdirectory of the color you are using.

    Good luck! 🙂

    porsche911 Friend
    #335073

    Thank you so much.

    It works!

    histeriks Friend
    #335081

    porsche911;167980Thank you so much.

    It works!

    You’re welcome, glad it works 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  histeriks 14 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum