Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1210471
    Benjamin H
    Participant

    http://www.BenjaminAlyssa.com
    How do I remove the text I have shown in the image. http://prntscr.com/cs93cc

    I would like to keep just the gray box with the info inside it and have everything align correctly in the menu bar. Thank you!

    Benjamin

    #1210908
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    #wpmenucartli .cartcontents {
        display: none !important;
    }
    
    .x-menu-item-woocommerce .x-cart .inner {
        display: none !important;
    }
    
    .x-menu-item-woocommerce .x-cart {
        margin-top: 18px !important;
    }
    

    Hope that helps.

    #1212817
    Benjamin H
    Participant

    Hmm, it actually still has text to the right of the box now, and the box is now separated. It’s just a single box now

    http://prntscr.com/csw1r8

    #1213229
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    li#wpmenucartli {
        display: none !important;
    }

    Hope it helps 🙂

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