- This topic has 15 replies, 2 voices, and was last updated 5 years, 10 months ago by
David.
-
AuthorPosts
-
October 31, 2019 at 7:58 am #1049738
David
Hi there!
I have placed my Mini Cart in the secondary menu, but now I would like to have the colors individually changed AND I would like to have the color change again when hovered.
So I would like to:
– Give button 1 a specific color
– Give button 1 a specific color when hovered
– Give button 2 a specific color
– Give button 2 a specific color when hoveredI would like to know if this is possible 🙂
Kind regards,
David
October 31, 2019 at 8:29 am #1049770David
StaffCustomer SupportHi there,
first off set the colors for your the Cart button in Customizer > Colors > Woocommerce –> Menu Mini Cart.
Then use this CSS to change the colors of the checkout button:
#wc-mini-cart .button.checkout { background-color: red; color: #000; } #wc-mini-cart .button.checkout:hover { background-color: green; color: #00F; }
October 31, 2019 at 8:33 am #1049776David
Unfortunately changing the customizer options and adding the css doesn’t do anything.. Is it perhaps because I have the mini cart in the secondary menu instead of the primary menu?
Can I perhaps share with you my website and the password for the website? (I got it locked behind a password as it is a private website)
October 31, 2019 at 8:40 am #1049783David
StaffCustomer SupportCan you provide me access to the site so i can see what the issue is?
October 31, 2019 at 8:41 am #1049786David
I did an edit on this post to add the website in the private part + the password 🙂
October 31, 2019 at 9:06 am #1049810David
StaffCustomer SupportIt’s because you have the Elementor cart enabled its replacing the GP buttons with elementors.
October 31, 2019 at 9:14 am #1049816David
I see, I didn’t know that would influence it.. Is there a possibility to enable this Elementor cart on every page? For now it only does it on the home page (I think because I added the element to that page), but I like the look of the Elementor cart menu more than the default GP one. Is that possible?
October 31, 2019 at 9:16 am #1049821David
Or even better. Is there the option to have GP menu as the default first menu, and that I choose a customer Elementor Pro header for the secondary menu? That would solve my issue I guess, because then I can add a widget to that secondary Elementor menu
October 31, 2019 at 9:26 am #1049827David
Is it perhaps possible with a hook?
October 31, 2019 at 9:36 am #1049832David
StaffCustomer SupportYou can add any elementor template using the shortcode they provide to a Hook Element – in this case it would be the after_header hook.
October 31, 2019 at 9:48 am #1049842David
OK, well that is too difficult for me unfortunately..
Just to be sure, is this the standard format for the menu cart?
Because this is the way it appears when I don’t have an elementor cart on the page. I don’t see any button, so I think that there is something going wrong..
Is there anyway to make this menu to look like this:
October 31, 2019 at 10:16 am #1049860David
StaffCustomer SupportNo that isn’t the GP cart – you have to disable the elementor cart in Elementor > Settings > Integrations > WooCommerce.
This article explains how to use Hooks:
https://docs.generatepress.com/article/hooks-element-overview/
October 31, 2019 at 10:24 am #1049871David
I disabled the mini cart in the Elementor Settings. When in the Customizer options menu, I can hover over the menu and I see that the GP template is doing it’s job. However, when I go to my website, I still see the Elementor template..
I would really like to have just the GP template everywhere. Is there anything I’m doing wrong?
October 31, 2019 at 10:31 am #1049875David
StaffCustomer SupportI would try clearing your browser cache and make sure you’re viewing the actual page as opposed to an Elementor preview as i can see the GP Mini Cart working.
October 31, 2019 at 10:33 am #1049877David
Finally!! This has been bugging me for days.
Sorry for your time, but thank you so much 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.