Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1306074
    bletek
    Participant

    How do I not display the woocommerce cart icon in the x theme top bar. I just want it not displaying.

    R

    #1306082
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1306101
    bletek
    Participant

    http://www.musicbymikeallen.com

    want to remove the white shopping cart from the topbar in the top right. Just dont want it displayed with the social icons.

    R

    #1306123
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-social-global .x-icon-shopping-cart {
        display: none !important;
    }

    Let us know how this goes!

    #1306176
    bletek
    Participant

    Went perfectly. One last question. I would like to place text right next to those icons that says “Dont forget to follow Mike on Social Media!” in the topbar

    #1306585
    Friech
    Moderator

    Hi There,

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

    .x-topbar .x-social-global:after {
    	content: "Dont forget to follow Mike on Social Media!";
    	 font-size: small;
    }

    Hope it helps, Cheers!

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