Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1139463
    skullden
    Participant

    pls help me remove the shop title. I am using Icon stack.

    Also, want the remove the white space which is appearing above the title ( as of now )

    https://www.allnaturalzircon.com/shop/

    Thank you.

    #1139963
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To remove the shite space which is above the title, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-main > .x-container.max.width {
        margin-top: 10px !important;
    }

    And if you just want to totally remove the SHOP title instead, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .woocommerce .entry-header.shop {
        display: none;
    }

    Hope this helps. Please let us know how it goes.

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