New Landing How can we help? Atelier Change header on home page only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #208287
    gorenovo
    Member
    Post count: 7

    Hello,

    I want to change the header on the /solutions page at ap.gorenovo.com to a black background with black text as the other elements. Is there a way to do this?

    I love the black header on the home page but not on the /solutions, /news, and /about pages. It doesn’t fit with the ‘title heading image’. Do you have any ideas?

    Is there a way to go into the theme files possibly?

    Thanks!

    Simon

    #208462
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Simon,

    Could you post an annotated screenshot. I am not sure what you mean “black background with black text”.

    Are you looking to remove the background image for the page heading on the /solutions page? Ex:

    .page-id-13 .page-heading { background-image: none!important; }

    Thanks,
    David.

    #208501
    gorenovo
    Member
    Post count: 7

    David,

    I just want the home page at ap.gorenovo.com to have the black background color in the header. For the other pages I want a white background color in the header.

    So my question is…how would I make a different header just for the home page? See the attached screenshots.

    I don’t want to affect the page heading or the page title area at all 🙂

    Thanks!

    Simon

    Attachments:
    You must be logged in to view attached files.
    #208670
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Simon,

    Set it white in the colour options for the theme, then add this css to adjust the homepage:

    .home .header-wrap #header {
    background: #000!important;
    }
    .home nav .menu > li.menu-item > a, nav.std-menu .menu > li > a {
    color: #fff;
    }
    

    Hope that helps.

    – Ed

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register