Site logo

Archived topic

Logo Help

5 replies · Started by IULIANA on July 29, 2021

Viewing posts 1–6 of 6

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

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 :)

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

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 :)

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

You are welcome Julia :)

This archived topic is closed to new replies.