Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1180583

    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!

    #1180764

    Hey KeyshaunSmith,

    Add this to quick css:

    #menu-item-shop{
    border:none!important;
    }

    Best regards,
    Jordan Shannon

    #1273631

    Hello,
    This post has been a year. But I am trying to get the same result, but no luck yet. Can you help out? :)

    #1273914

    Hey Arjan,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1274058

    HI Jordan,

    Thanks for your reply. My link is: https://vd-velde-webdesign.nl/

    With kind regards,
    Arjan

    #1274353

    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

    #1274534

    Thanks. But that one did not work. I still see 2 lines..

    With kind regards,
    Arjan

    #1274559

    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

    #1274587

    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

    #1274596

    Hi Arjan,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove Lines Around Woocommerce Cart Icon In Header’ is closed to new replies.