Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1125292
    shootsandmore
    Participant

    Hello,

    How can I integrate the Woocommerce shoppingcart in Ubermenu? Now its on the next row.

    website shootsandmore.nl

    Kind regards, Vincent

    #1125484
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS

    .desktop .menu-item.x-menu-item-woocommerce, .desktop .menu-item.x-menu-item-woocommerce a {
        float: right;
        margin-top: 11px;
    }

    Hope that helps. 🙂

    #1126890
    shootsandmore
    Participant

    Hi, it works. Is it possible to enlarge the shopping cart?

    #1126977
    Lely
    Moderator

    Hello There,

    Please use the following custom CSS:

    .x-cart i {
        font-size: 20px; /*Adjust to your preferred shopping cart icon size*/
        padding-right: 5px;
    }

    Hope this helps.

    #1127165
    shootsandmore
    Participant

    Thanks, it works.

    #1127286
    Joao
    Moderator

    Glad to hear it

    Let us know if you need help with anything else

    Joao

  • <script> jQuery(function($){ $("#no-reply-1125292 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>