This topic has 2 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson
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!
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.
Tagged: adjustment, background, header, image, persuasive, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up