-
Frame adv
Hello 🙂
for this website https://unruffled-shaw.51-89-175-194.plesk.page
I need to put the cart icon and the writing “shop” close by the hamburger of the fixed menu (on its left).could you please helping me?
thank you
-
Hi there,
I’m not sure I understand your question. Can you show me a screenshot to explain the question?
You can upload the screenshot to https://postimages.org/ and share the link with us.Thanks!
-
Frame adv
hello
I want to place the cart icon and the word “SHOP” (which links to the site’s shop) to the left of the hamburger menu. (both mobile and desktop)
https://postimg.cc/JD41b81bis it possible?
-
You can use a block element – hook, add a button for shop, set the hook name to
menu_bar_items, set location to entire site.And to enable the cart, go to appearance > generatepress, enable the Woocommerce module, then go to customizer > layout > woocommerce, check the Display cart in menu option.
Both the cart and the shop link will show on regular and sticky nav, once it’s done let me know, I can write CSS to hide them on the regular nav.
-
Frame adv
hello,
yes I would like you to provide me CSS to hide the menu on the regular navthank you 🙂
-
The regular menu is made by Elementor, we don’t have control over it.
Try this CSS, if it doesn’t work, please check with Elementor’s support:
.elementor-element.elementor-element-ed02a1c.e-con-full.e-flex.e-con.e-child { visibility: hidden; }
- You must be logged in to reply to this topic.