Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #642496

    Hello,

    First of all thanks for the great theme!

    I want to style my shopping cart icon from woocommerce. Right now there is a border around it and there is to much spacing between the cart and search icon. How can i change this?

    Thx.

    #643061

    Hey Stadsherberg,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .html_header_top #menu-item-shop.cart_dropdown {
        right: 40px;
    }
    
    .avia-menu.av_menu_icon_beside {
        border-right: 0;
    }

    Adjust the right position as needed.

    Best regards,
    Ismael

    #654943

    Hi Ismeal,

    Thanks for your response.

    After adding the lines to my Quick CSS field, the border is still there. With the border i mean the green lines left and right of the shopping cart icon. Is there a way to get rid of them?

    Thanks!

    #654944

    Hey!

    Please try following CSS code

    .avia-menu.av_menu_icon_beside {
        border: none !important;
    }

    If that too does not help, please post the link to your website

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.