Hello!
I would like to move the two vertical lines on the left and right of the woocommerce cart icon in the header menu.
Thanks!
Hey KeyshaunSmith,
Add this to quick css:
#menu-item-shop{
border:none!important;
}
Best regards,
Jordan Shannon
Hello,
This post has been a year. But I am trying to get the same result, but no luck yet. Can you help out? :)
Hey Arjan,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
HI Jordan,
Thanks for your reply. My link is: https://vd-velde-webdesign.nl/
With kind regards,
Arjan
Hi Arjan,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#menu-item-shop.cart_dropdown {
border-color: transparent;
}
Best regards,
Rikard
Thanks. But that one did not work. I still see 2 lines..
With kind regards,
Arjan
Hey Arjan,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon
Hey Jordan,
Thanks! I did clear WP Rocket cache en Cloudflare cache. Somehow my Firefox cache was/is buggy too. Now I got it fixed with:
#menu-item-shop.cart_dropdown {
border: none!important;
}
It shows fine in Chrome and other browsers. Firefox.. It surprises me more often these days..
Thanks! It works for me.
With kind regards,
Arjan
Hi Arjan,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko