This topic has 11 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hi, I try to change de color of header in them options but I dont see any change, I need the same pantone black color of my logo, where can I change the color?
And in other topic I asked you to change the size of header. But don´t run correctly.
I need that the logo will be more than left and the contact info only in one line, no in two, is possible? https://prntscr.com/jv8bsn
Thanks
Hello,
Please change this code https://image.prntscr.com/image/h9_jjnKeQgKLwUGcwVgwsw.png to
.header .contact-us {
margin-top: 14%;
margin-right: 0px;
}
add this https://image.prntscr.com/image/hd9dI8ZIQJ6KGGX5XL4RGg.png
to
@media (min-width: 1290px) {
.header .container {
width: 1300px;
}
.header2 .logo {
width: auto;
}
}
Regards
Also, please, use this code to change bg color of header:
.header-wrapper, .page-wrapper .header .container, .page-wrapper .main-nav .container {
background-color: black;
}
Regards
Sorry but don´t anything…
And the colour?
Have you changed the code?
To set color of header:
.header-wrapper, .page-wrapper .header .container, .page-wrapper .main-nav .container {
background-color: black;
}
Regards
thanks, but this code dont change anything in my header…
@media (min-width: 1290px) {
.header .container {
width: 1300px;
}
.header2 .logo {
width: auto;
}
}
Please change this code:
.header .contact-us {
margin-top: 6%;
margin-left: 1%;
}
to
.header .contact-us {
margin-top: 14%;
margin-right: 0px;
}
and this:
@media (min-width: 1290px) {
.header .container {
width: 1300px;
}
}
to
@media (min-width: 1290px) {
.header .container {
width: 1300px;
}
.header2 .logo {
width: auto;
}
}
For now, I do not see these changes on your site.
Regards
Hi I change the codes, but I would the logo more than left and contact info too.
And I can´t change the color of background of this header.
Thanks
Hello,
I’ve changed the previous code https://image.prntscr.com/image/DF6XA6YiQBmijpg4vz6vcQ.png Please clear cache and check now.
About the background color, I do not see that you added this code:
.header-wrapper, .page-wrapper .header .container, .page-wrapper .main-nav .container {
background-color: black;
}
Have you tried the same code with !important;
?
Regards
perfect and perfect!!!
thanks!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up