This topic has 12 replies, 4 voices, and was last updated 9 years, 2 months ago ago by Robert Hall
I want to change the header on this page to be transparent like the home page on the same link. Is there a way to do that? See private area for link
Hello,
We don’t have such feature in our theme.
But you can try use the following code in Global Custom CSS.
.page-id-2 .vc_custom_1440917074917{
padding-top: 230px !important;
}
.page-id-2 .header-wrapper {
background-color: rgba(25,25,25,0.5);
position: relative;
z-index: 1;
}
.page-id-2 .content-page {
margin-top: -111px;
}
Regards,
Robert Hall.
That was awesome take a look at the link http://mynewdev.com/compass/about/
ALomst makes it look like I used a revo slider there. Many many thanks
Ok when I modified the regular page, it now has me with a solid grey bar at top. can i also chang this so automatic pages would show another color? http://mynewdev.com/compass/uncategorized/hello-world/
see also the previous links
thanks
Hello,
If you want to change header background color for each page with different color you can use this css code:
.header-wrapper {
background-color: grey;
}
and add it to CSS block of Visual Composer editor to each page writing the color you need.
Regards,
Eva Kemp.
how could I achieve having the oages the way i want them but a solid color for the header for the link i sent? I see potential problems for blog posts.
Hello,
Could you please describe what problems you have with blog posts?
Please clarify what color you want to change header to. Do you want to have different colors for different pages?
Regards,
Eva Kemp.
Without entering custom css for each post or new page how do i make the those pages show a darker color header and still retain the same effects on the about page?
Can you elaborate on wher to find the css for visual composer for each page? is it raw html?
Hello,
Unfortunately to have different header color for posts you have to write code for each post in CSS block of Visual Composer. Please look at the screenshot where you can find it:
http://i.imgur.com/2gnzmQ6.png
Best regards,
Jack Richardson.
Thank you. That did the trick.
Hello,
You’re welcome!
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up