WooCommerce

Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #23248
    wpcoach
    Participant

    Hello,
    on my website which your basket symbol of WooCommerce appears on all pages in the Primary menu. I want to display only on the shop page that your basket symbol in the Primary menu. On the Invent demo site it is right. What should I change?
    Thanks
    Werner

    #23272
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .woocommerce-page .cart-contents {
        display: block !important;
    }
    .woocommerce-site .cart-contents {
        display: none;
    }
    
    #23279
    wpcoach
    Participant

    Thank you very much.
    On the website of invent, the Primary menu is right-aligned without the cart button. I would also, as the display on the ipad is better. On my website, nothing changes. The Primary Menu has remained in the same place. Please help. Thanks

    #23300
    Veena
    Moderator

    Can you share a link to your site, Pls ?

    #23307
    wpcoach
    Participant

    My site is down for maintenance. But here the screenshots. Thanks

    #23314
    Veena
    Moderator

    Pls use the following custom CSS –

    .woocommerce-site #primary-menu {
        margin-right: 0;
    }
    .woocommerce-page #primary-menu {
        margin-right: 70px;
    }
    
    #23316
    wpcoach
    Participant

    Perfect support! Thank you very much.
    Best regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘WooCommerce’ is closed to new replies.