Header Background image adjustment - by Oleksandra

This topic has 2 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Jack Richardson

  • Avatar: Oleksandra
    Oleksandra
    Participant
    February 10, 2016 at 09:52

    Hi!

    I created custom css file and arranged background image according to code you provided here in forum.

    div.header-wrapper.header-type-5 { background-image: url(http:___); background-repeat: no-repeat; }

    But header doesnt look exactly as I need it. The square around logo is still original color. Same is with main navigation space around writings on main navigarion is not colored and stays original.

    Can you please advice code accordingly? I am using header type 5.

    Thank you!

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 10, 2016 at 11:07

    Hello,

    Add this code in custom.css file:

    .header5 .container {
        background-color: transparent;
    }
    div.header-wrapper.header-type-5 {
      background-size: cover;
    }
    .main-nav .double-border {
       background-color: #151515;
    }

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.