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
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
Many thanks! Solved!