[Resolved] Logo Help

Home Forums Support [Resolved] Logo Help

Home Forums Support Logo Help

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1876297
    IULIANA

    Sorry David,

    Can I please disturb you once again.
    I am having trouble with the logo. Usually this is an easy task because I use Generate Press a lot on other sites but never used an e-commerce.
    Still the Logo upload is the same for all, on this site, I am having troubles.

    I have trouble with the mobile view. All do I have everything setup, is not showing on.

    I need the logo and off canvas panel on the mobile view.

    If I put down below the login details, would you mind having a look please?

    Theank you,
    Julia

    #1876321
    Ying
    Staff
    Customer Support

    Hi there,

    Usually, when the off-canvas menu is activated on mobile, the primary navigation toggle won’t show on mobile by default on GP.

    Is there any specific reason you need to use Mega menu for your site?

    For the login button on mobile, you can try this CSS to hide it on mobile:

    @media (max-width: 768px) {
        .menu-bar-items > a {
            display: none;
        }
    }

    Do you want to keep the basket or want to hide it as well?

    Let me know πŸ™‚

    #1876322
    IULIANA

    Hi Ying,

    I have sorted out the problem with the logo. I don’t need mega menu actually. I have disable the plugin. The only problem now is that I just need to get rid of the navigation menu on mobile and just leave the of panel one.

    Yes I would like to keep the basket.

    Thank you so much!
    Julia

    #1876329
    Ying
    Staff
    Customer Support

    Once the mega menu is disabled, there should be only one toggle for off-canvas menu.

    In the back end it’s looking like this right now:
    https://www.screencast.com/t/KNh7R46Ufx

    Purge your cache see if it works on front end πŸ™‚

    #1876333
    IULIANA

    That’s great, yes. I had to clear the cache. I stressed over so much.

    Thank you very much for your prompt reply. πŸ˜€

    Regards,
    Julia

    #1876389
    Ying
    Staff
    Customer Support

    You are welcome Julia πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.