New Landing How can we help? Atelier Mobile Navigation Transparent

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Atelier
  • #303592
    juliensalanave
    Member
    Post count: 125

    Hi, how can I tweak navigation color into transparent? I just wanna show all background image in slide and its color. Kindly see photo attached. Tnx.

    Regards,

    billy

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

    Hi Billy,

    Please add a URL/WP login.

    Are you using the naked header?

    #303938
    juliensalanave
    Member
    Post count: 125
    This reply has been marked as private.
    #304206
    David Martin – Support
    Moderator
    Post count: 20834

    I see this already:

    #304357
    juliensalanave
    Member
    Post count: 125
    This reply has been marked as private.
    #304864
    David Martin – Support
    Moderator
    Post count: 20834

    Please enable your responsive options again, and then add this to Theme Options => Custom CSS:

    #mobile-top-text, #mobile-header {
        position: absolute;
        background-color: transparent;
    }
    #305083
    juliensalanave
    Member
    Post count: 125

    Hello David, Thanks for the response. This is all I want to view in my home page rather.

    1. Responsiveness must be preserve
    2. Same view homepage thumbnails position in desktop and mobile view. See attached photos
    3. Transparent background in mobile mode.

    When I enable responsiveness the homepage thumbnail will be change also. I want to the thumbnail same as desktop view. Is there any way?

    Thanks,

    Billy

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

    You can test adding this to make your homepage products 3 columns:

    @media only screen and (max-width: 767px) {
    .home .product_list_widget.woocommerce.spb_content_element.col-sm-4 {
        width: 30%;
        float: left;
    }
    }

    The header background is transparent in mobile.

    #305491
    juliensalanave
    Member
    Post count: 125
    This reply has been marked as private.
    #305509
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks David.

    -Rui

    #305511
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help!

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

You must be logged in to reply to this topic.