• DianeG

    (@dianeg)


    We’re using Xin Magazine Theme version 1.0.9, we want to change the full header background. How to change it please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • fgirach09

    (@fgirach09)

    Hi,
    Find the .site-headerin your css and change #f1f1f1 to any color…

    thanks;
    Farhan Girach

    ankitverma02

    (@ankitverma02)

    replace this code in you css file of the theme.
    And put the file path of your bg img.
    .site-header
    {
    background: url(“Url of your back groung image”) repeat scroll 0 0 #f1f1f1;

    }

    .section-bar
    {
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.65);
    margin-bottom: 1px;
    padding: 5px 0;

    }

    Thank you
    Ankit verma

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the Full Header Background’ is closed to new replies.