New Landing How can we help? Themeforest Theme Support Uplift Transparent Mobile Header (Hero)

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Uplift
  • #282768
    Velved_S
    Member
    Post count: 8

    Hey, Is there a way that I can make the standard white mobile menu bar transparent (hero) to match the desktop home page. I checked all of the setting throughly and I did not see any type of option for it.

    Thanks

    #282898
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m not understanding exactly what do you want to achieve.
    Can you explain further? maybe with a mockup image?

    Thanks

    -Rui

    #283027
    Velved_S
    Member
    Post count: 8

    Hey Rui,

    Maybe I made that a little confusing. I just want a transparent (hero style) mobile header. That’s what I’m looking to accomplish.

    I have attached an image to show what I mean. Currently the mobile header is a standard white color. I’d like to make it completely transparent so that the background image is behind the logo.

    Attachments:
    You must be logged in to view attached files.
    #283352
    David Martin – Support
    Moderator
    Post count: 20834

    What is the URL?

    Thanks.

    #283354
    Velved_S
    Member
    Post count: 8

    URL is dev.getdrivit.com

    #283355
    Velved_S
    Member
    Post count: 8

    Is this is not a core theme function, to allow the mobile header to be transparent, is there some css that would allow me to do so?

    #283375
    David Martin – Support
    Moderator
    Post count: 20834

    Please test this:

    @media only screen and (max-width: 767px) {
    #mobile-header {
        position: absolute;
        background-color: transparent;
    }
    }
    #283455
    Velved_S
    Member
    Post count: 8

    Working for the most part, just need to get rid of the border line in the image I’ve attached.

    Attachments:
    You must be logged in to view attached files.
    #283457
    Velved_S
    Member
    Post count: 8

    Adjusted the code to:

    @media only screen and (max-width: 767px) {
    #mobile-header {
    position: absolute;
    background-color: transparent;
    border: transparent;
    }
    }

    That got rid of the border. Let me know if theres anything wrong with me doing it that way.

    #283524
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its perfect 🙂 .
    Thanks
    Mohammad

    #283768
    Velved_S
    Member
    Post count: 8

    Any way I can add some spacing or padding in there? After the header that is.

    #283836
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you explain where you want the padding?

    – Kyle

    #284040
    Velved_S
    Member
    Post count: 8

    Right after the menu, so at the bottom. Just to add a little more space between the logo/menu icon & the actual website content.

    #284041
    Velved_S
    Member
    Post count: 8

    Hey Guys,

    I have one other issue I need some hep with, figured I’d just mention it in this thread.

    So I have my main menu items color set to a gray right now.

    When I use a Swift Slider, and set the “Slide Styling” to dark (because the image is lighter), it changes the main menu items to black (assuming this is done by default).

    Is there some code I can use to set that color to the gray that I’d like to use?

    #284109
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .sticky-header-disabled .header-wrap[data-style="dark"].full-header-stick nav .menu > li.menu-item > a {
      color: #777;
    }

    So you want to add more spacing here?

    – Kyle

Viewing 15 posts - 1 through 15 (of 15 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