Copyrights line and header transparency
-
Hi
1. How do I change the length and width of the copyrights line?
Like the attached image.
2. How do I change the header transparency? (I just want to change the transparency of the header, not its color)
I change the code below, but the page title changes!
body .website-wrapper header{
background-color:rgba(255,255,255,0.8) !important;
}
Attachments:
You must be
logged in to view attached files.
Hi,
1. Use the following CSS code
div.copyrights-wrapper {
border-top: 0;
}
.copyrights-wrapper .min-footer {
border-top: 1px solid #efefef;
}
2. Try this one
.main-header {
background-color:rgba(255,255,255,.5);
}
Regards
Thanks a lot.
1. I do not want to be in “Header above the content” mode.
2. I want to use two different colors in Light and Dark modes.
Sorry, but your questions are not quite clear to us. Could you please describe them with some details and screenshots?