CHage header - by hostpuppies - on WordPress WooCommerce support

This topic has 12 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Robert Hall

  • Avatar: hostpuppies
    hostpuppies
    Participant
    September 1, 2015 at 03:14

    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

    Please, contact administrator
    for this information.
    11 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 1, 2015 at 07:54

    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.

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 1, 2015 at 23:30

    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

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 2, 2015 at 05:22

    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

    Avatar: Eva
    Eva Kemp
    Support staff
    September 2, 2015 at 10:27

    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.

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 2, 2015 at 18:37

    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.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 3, 2015 at 08:22

    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.

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 4, 2015 at 01:51

    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?

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 4, 2015 at 02:00

    Can you elaborate on wher to find the css for visual composer for each page? is it raw html?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 4, 2015 at 08:05

    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.

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 4, 2015 at 08:19

    Thank you. That did the trick.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 4, 2015 at 08:46

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 12 results - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.