Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1334287

    Hello!

    I would like to change the blue bar above the header, so really the top bar of the page(s) with an own bar which consists of 3 colors.
    Is there a way to do this? And if, how? :-)

    Many thanks! Reinout

    #1334321

    Hey triaderm,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the changes that you would like to make? You can use imgur or dropbox for the screenshot.

    Are you trying to remove or change the look of the top bar? If yes, then you can use this css code.

    #header_meta {
        display: none;
    }
    

    Or this to replace the background..

    #header_meta {
        background: url("IMAGE URL HERE");
    }

    Best regards,
    Ismael

    #1334354

    Many thanks! Solved!

    #1334359

    Hi,

    We are glad that Ismael could help you out!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change bar above header, possible?’ is closed to new replies.